[Pkg-allegro-commits] r14 - unstable/overgod/debian

Samuel Hocevar sho at costa.debian.org
Sun May 21 04:41:39 UTC 2006


Author: sho
Date: 2006-05-21 04:41:32 +0000 (Sun, 21 May 2006)
New Revision: 14

Modified:
   unstable/overgod/debian/rules
Log:
  * Build binary with -g -O2.


Modified: unstable/overgod/debian/rules
===================================================================
--- unstable/overgod/debian/rules	2006-05-21 04:35:47 UTC (rev 13)
+++ unstable/overgod/debian/rules	2006-05-21 04:41:32 UTC (rev 14)
@@ -9,7 +9,7 @@
 build-stamp:
 	dh_testdir
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
-	$(CC) -Wall *.c -o overgod `allegro-config --cflags --libs`
+	$(CC) -g -O2 -Wall *.c -o overgod `allegro-config --cflags --libs`
 	touch build-stamp
 
 clean:




More information about the Pkg-allegro-commits mailing list