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:
[hidden email]
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
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel