Change gcc options (debug mode)
authorMikael Berthe <mikael@lilotux.net>
Fri, 05 Oct 2007 19:14:04 +0200
changeset 1323 486b4feeddb8
parent 1322 3328794b5446
child 1324 5d75aa0319ba
Change gcc options (debug mode) Add flag -fgnu89-inline
mcabber/configure.ac
--- a/mcabber/configure.ac	Thu Oct 04 21:39:49 2007 +0200
+++ b/mcabber/configure.ac	Fri Oct 05 19:14:04 2007 +0200
@@ -200,7 +200,7 @@
         else
             CFLAGS="$CFLAGS -W"
         fi
-        CFLAGS="$CFLAGS -Wno-unused-parameter -pedantic -std=gnu99 -O0"
+        CFLAGS="$CFLAGS -Wno-unused-parameter -pedantic -std=gnu99 -fgnu89-inline -O0"
     fi # gcc
     CFLAGS="$CFLAGS -g"
 else