[maemo-commits] [maemo-commits] r18529 - in projects/haf/trunk/clutter0.8: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu May 28 17:09:32 EEST 2009
- Previous message: [maemo-commits] r18528 - projects/haf/trunk/libmatchbox2
- Next message: [maemo-commits] r18530 - in projects/haf/trunk/clutter0.8: clutter debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2009-05-28 17:09:31 +0300 (Thu, 28 May 2009) New Revision: 18529 Modified: projects/haf/trunk/clutter0.8/configure.ac projects/haf/trunk/clutter0.8/debian/changelog Log: add -O2 compilation flag Modified: projects/haf/trunk/clutter0.8/configure.ac =================================================================== --- projects/haf/trunk/clutter0.8/configure.ac 2009-05-28 13:58:49 UTC (rev 18528) +++ projects/haf/trunk/clutter0.8/configure.ac 2009-05-28 14:09:31 UTC (rev 18529) @@ -560,7 +560,7 @@ CLUTTER_DEBUG_CFLAGS="-DCLUTTER_ENABLE_DEBUG" else if test "x$enable_debug" = "xno"; then - CLUTTER_DEBUG_CFLAGS="-DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS" + CLUTTER_DEBUG_CFLAGS="-DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -O2" else # minimum CLUTTER_DEBUG_CFLAGS="-DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS" fi Modified: projects/haf/trunk/clutter0.8/debian/changelog =================================================================== --- projects/haf/trunk/clutter0.8/debian/changelog 2009-05-28 13:58:49 UTC (rev 18528) +++ projects/haf/trunk/clutter0.8/debian/changelog 2009-05-28 14:09:31 UTC (rev 18529) @@ -13,8 +13,10 @@ g_return_if_fail, as we don't want these runtime checks, and cogl_is_texture is *very* slow (linear search) + Kimmo: * clutter/clutter-stage.[ch]: Added clutter_stage_set_shaped_mode for non-composited mode. + * Add -O2 compilation flag. -- Gordon Williams <gordon.williams at collabora.co.uk> Wed, 27 May 2009 13:26:16 +0300
- Previous message: [maemo-commits] r18528 - projects/haf/trunk/libmatchbox2
- Next message: [maemo-commits] r18530 - in projects/haf/trunk/clutter0.8: clutter debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]