r3974 - packages/trunk/parsec47/debian

Miriam Ruiz baby-guest at alioth.debian.org
Wed Aug 29 18:46:19 UTC 2007


Author: baby-guest
Date: 2007-08-29 18:46:19 +0000 (Wed, 29 Aug 2007)
New Revision: 3974

Modified:
   packages/trunk/parsec47/debian/rules
Log:
Allow deprecated gdc features



Modified: packages/trunk/parsec47/debian/rules
===================================================================
--- packages/trunk/parsec47/debian/rules	2007-08-29 18:44:26 UTC (rev 3973)
+++ packages/trunk/parsec47/debian/rules	2007-08-29 18:46:19 UTC (rev 3974)
@@ -7,10 +7,10 @@
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
-	DFLAGS = -g -debug
+	DFLAGS = -g -debug -d
 else
 	CFLAGS += -O2
-	DFLAGS = -O -release
+	DFLAGS = -O -release -d
 endif
 
 configure: configure-stamp




More information about the Pkg-games-commits mailing list