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 $@
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel