[Pkg-mono-svn-commits] rev 3604 - mono/trunk/debian

Sebastian Dröge slomo at alioth.debian.org
Fri Mar 21 19:38:13 UTC 2008


Author: slomo
Date: 2008-03-21 19:38:12 +0000 (Fri, 21 Mar 2008)
New Revision: 3604

Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/rules
Log:
  + Set default CFLAGS to -O2 -g.

Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2008-03-21 19:30:48 UTC (rev 3603)
+++ mono/trunk/debian/changelog	2008-03-21 19:38:12 UTC (rev 3604)
@@ -5,6 +5,7 @@
       improves checking of method signatures.
   * debian/rules:
     + Put CFLAGS into "" to make the shell happy and fix FTBFS.
+    + Set default CFLAGS to -O2 -g.
 
  -- Sebastian Dröge <slomo at debian.org>  Thu, 20 Mar 2008 20:14:49 +0100
 

Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2008-03-21 19:30:48 UTC (rev 3603)
+++ mono/trunk/debian/rules	2008-03-21 19:38:12 UTC (rev 3604)
@@ -50,7 +50,9 @@
 endif
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
+	CFLAGS += -O0 -g
+else
+	CFLAGS += -O2 -g
 endif
 
 CONFIGURE =	CFLAGS="$(CFLAGS)" \




More information about the Pkg-mono-svn-commits mailing list