Author: bob.dybian-guest
Date: 2015-01-12 06:43:54 +0000 (Mon, 12 Jan 2015)
New Revision: 18566
Modified:
trunk/packages/plink/trunk/debian/rules
Log:
Don't override the upstream FLAG -O3
Modified: trunk/packages/plink/trunk/debian/rules
===================================================================
--- trunk/packages/plink/trunk/debian/rules 2015-01-12 06:14:42 UTC (rev
18565)
+++ trunk/packages/plink/trunk/debian/rules 2015-01-12 06:43:54 UTC (rev
18566)
@@ -3,10 +3,10 @@
pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
-CXXFLAGS := -Wall $(shell dpkg-buildflags --get CXXFLAGS)
+CXXFLAGS := -Wall $(shell dpkg-buildflags --get CXXFLAGS 2>/dev/null | sed -e
's/-O2//g')
CXXFLAGS += -DWITH_R_PLUGINS
# This would be added by Upstream makefile, but we override CXXFLAGS…
-CXXFLAGS += -DUNIX
+CXXFLAGS += -DUNIX -O3
%:
dh $@
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit