r44682 - /packages/rheolef/trunk/debian/rules
saramito-guest at users.alioth.debian.org
saramito-guest at users.alioth.debian.org
Sat Apr 7 08:35:52 UTC 2012
Author: saramito-guest
Date: Sat Apr 7 08:35:50 2012
New Revision: 44682
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44682
Log:
optimize
Modified:
packages/rheolef/trunk/debian/rules
Modified: packages/rheolef/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/rules?rev=44682&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/rules (original)
+++ packages/rheolef/trunk/debian/rules Sat Apr 7 08:35:50 2012
@@ -27,8 +27,7 @@
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
else
- #CFLAGS += -O2 TODO: optimize!
- CFLAGS += -O0
+ CFLAGS += -O2
endif
configure: configure-stamp
More information about the debian-science-commits
mailing list