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


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to