[hipl-commit] [trunk] Rev 4172: Remove "-O2 -g" from MAEMO_CFLAGS; these flags are set by default anyway.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 8 Apr 2010 13:58:12 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 08/04/2010 at 13:58:12
Revision: 4172
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove "-O2 -g" from MAEMO_CFLAGS; these flags are set by default anyway.

Modified:
  M  configure.ac

=== modified file 'configure.ac'
--- configure.ac        2010-04-08 10:53:38 +0000
+++ configure.ac        2010-04-08 10:57:28 +0000
@@ -198,7 +198,7 @@
 if test x"$ac_cv_use_maemo" = x"yes"; then
     AC_DEFINE(CONFIG_HIP_MAEMO)
     AH_TEMPLATE(CONFIG_HIP_MAEMO, [Defined to 1 if Maemo build is enabled.])
-    AC_SUBST(MAEMO_CFLAGS, "-O2 -g -fgnu89-inline")
+    AC_SUBST(MAEMO_CFLAGS, "-fgnu89-inline")
 fi
 
 AC_ARG_ENABLE(openwrt,

Other related posts:

  • » [hipl-commit] [trunk] Rev 4172: Remove "-O2 -g" from MAEMO_CFLAGS; these flags are set by default anyway. - Diego Biurrun