r3023 - packages/opencpn/trunk/debian

hamish-guest at alioth.debian.org hamish-guest at alioth.debian.org
Mon Jun 20 10:02:50 UTC 2011


Author: hamish-guest
Date: 2011-06-20 10:02:50 +0000 (Mon, 20 Jun 2011)
New Revision: 3023

Modified:
   packages/opencpn/trunk/debian/rules
Log:
plugins weren't getting -O3

Modified: packages/opencpn/trunk/debian/rules
===================================================================
--- packages/opencpn/trunk/debian/rules	2011-06-20 09:04:24 UTC (rev 3022)
+++ packages/opencpn/trunk/debian/rules	2011-06-20 10:02:50 UTC (rev 3023)
@@ -8,7 +8,7 @@
 #  logic be made to happen here?
 # Specifically, -O3's function inlining is desired.
 CFLAGS=-Wall
-CXXFLAGS=-Wall
+CXXFLAGS=-Wall -O3
 
 %:
 	dh  $@




More information about the Pkg-grass-devel mailing list