[Digikam-devel] extragear/graphics/digikam/libs/lprof

Gilles Caulier caulier.gilles at free.fr
Thu Jan 12 11:51:20 GMT 2006


SVN commit 497224 by cgilles:

digikam from trunk : progress investigations in Makefile.am of liblprof source code. Look my comments :

I using CFLAGS to disable all main compilation options and using "-fomit-frame-pointer" option instead,
else we cannot compile these files. The problem is relevant of using '-std=iso9899:1990' compilation option by default.
How to disable only this option here ?

CCMAIL: digikam-devel at kde.org

 M  +4 -2      Makefile.am  


--- trunk/extragear/graphics/digikam/libs/lprof/Makefile.am #497223:497224
@@ -1,7 +1,9 @@
 noinst_LTLIBRARIES = liblprof.la
 
-# FIXME: i using this line to disable all main compilation options and using "-fomit-frame-pointer" option instead,
-# else we cannot compile these files. If anybody have a better solution (11/01/06-Gilles Caulier <caulier dot gilles at free dot fr>)
+# FIXME: i using CFLAGS to disable all main compilation options and using "-fomit-frame-pointer" option instead,
+# else we cannot compile these files. The problem is relevant of using '-std=iso9899:1990' compilation option by default.
+# How to disable only this option here ? (12/01/06-Gilles Caulier <caulier dot gilles at free dot fr>)
+#KDE_CFLAGS = -fomit-frame-pointer
 CFLAGS = -fomit-frame-pointer
 
 noinst_HEADERS = lcmsprf.h



More information about the Digikam-devel mailing list