r13950 - packages/trunk/yabause/debian

Evgeni Golov evgeni at alioth.debian.org
Fri Jan 25 19:51:12 UTC 2013


Author: evgeni
Date: 2013-01-25 19:51:12 +0000 (Fri, 25 Jan 2013)
New Revision: 13950

Modified:
   packages/trunk/yabause/debian/changelog
   packages/trunk/yabause/debian/rules
Log:
Set YAB_OPTIMIZATION="" to force using Debian's -O2 and not upstreams -O3


Modified: packages/trunk/yabause/debian/changelog
===================================================================
--- packages/trunk/yabause/debian/changelog	2013-01-25 19:08:00 UTC (rev 13949)
+++ packages/trunk/yabause/debian/changelog	2013-01-25 19:51:12 UTC (rev 13950)
@@ -3,6 +3,7 @@
   * New upstream release.
   * Drop use_dpkg_buildflags.patch and disable_dynarec_on_arm.patch
     Applied and/or deprecated upstream.
+  * Set YAB_OPTIMIZATION="" to force using Debian's -O2 and not upstreams -O3.
 
  -- Evgeni Golov <evgeni at debian.org>  Fri, 25 Jan 2013 20:04:13 +0100
 

Modified: packages/trunk/yabause/debian/rules
===================================================================
--- packages/trunk/yabause/debian/rules	2013-01-25 19:08:00 UTC (rev 13949)
+++ packages/trunk/yabause/debian/rules	2013-01-25 19:51:12 UTC (rev 13950)
@@ -12,4 +12,4 @@
 	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DYAB_MULTIBUILD=1
+	dh_auto_configure -- -DYAB_MULTIBUILD=1 -DYAB_OPTIMIZATION=""




More information about the Pkg-games-commits mailing list