[maemo-commits] [maemo-commits] r18528 - projects/haf/trunk/libmatchbox2

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu May 28 16:58:50 EEST 2009
Author: kihamala
Date: 2009-05-28 16:58:49 +0300 (Thu, 28 May 2009)
New Revision: 18528

Modified:
   projects/haf/trunk/libmatchbox2/ChangeLog
   projects/haf/trunk/libmatchbox2/configure.ac
Log:

    * configure.ac: Remove -O0 flag from compilation options, it is set
    from debian/rules when needed.


Modified: projects/haf/trunk/libmatchbox2/ChangeLog
===================================================================
--- projects/haf/trunk/libmatchbox2/ChangeLog	2009-05-28 13:45:22 UTC (rev 18527)
+++ projects/haf/trunk/libmatchbox2/ChangeLog	2009-05-28 13:58:49 UTC (rev 18528)
@@ -1,5 +1,8 @@
 2009-05-28  Kimmo Hämäläinen  <kimmo.hamalainen at nokia.com>
 
+	* configure.ac: Remove -O0 flag from compilation options, it is set
+	from debian/rules when needed.
+
 	* matchbox/core/mb-window-manager.[ch] (mb_wm_unredirect_client,
 	mb_wm_setup_redirection): New functions for offscreen redirection
 	manipulation.

Modified: projects/haf/trunk/libmatchbox2/configure.ac
===================================================================
--- projects/haf/trunk/libmatchbox2/configure.ac	2009-05-28 13:45:22 UTC (rev 18527)
+++ projects/haf/trunk/libmatchbox2/configure.ac	2009-05-28 13:58:49 UTC (rev 18528)
@@ -291,8 +291,8 @@
 MBWM_THEME_BUILDDIR='$(top_builddir)/matchbox/theme-engines'
 MBWM_COMPMGR_BUILDDIR='$(top_builddir)/matchbox/comp-mgr'
 # -Wall should be turned on later
-MBWM_CFLAGS="$MBWM_CFLAGS $MBWM_DEBUG_CFLAGS $XFIXES_CFLAGS $XEXT_CFLAGS $XCURSOR_CFLAGS -g -O0 -Werror"
-MBWM_LIBS="$MBWM_LIBS $XFIXES_LIBS $XEXT_LIBS $XCURSOR_LIBS $MBWM_EXTRA_LIBS -O0"
+MBWM_CFLAGS="$MBWM_CFLAGS $MBWM_DEBUG_CFLAGS $XFIXES_CFLAGS $XEXT_CFLAGS $XCURSOR_CFLAGS -g -Werror"
+MBWM_LIBS="$MBWM_LIBS $XFIXES_LIBS $XEXT_LIBS $XCURSOR_LIBS $MBWM_EXTRA_LIBS"
 
 AC_SUBST([MBWM_CFLAGS])
 AC_SUBST([MBWM_LIBS])


More information about the maemo-commits mailing list