1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: removes -funroll-loops (FTBFS in arm)
It will be conditionally set in debian/rules
Author: David Paleino <d.paleino@gmail.com>
Reviewed-By: Ruben Molina <rmolina@udea.edu.co>
Bug-Debian: http://bugs.debian.org/476460
Last-Update: 2013-06-04
Forwarded: no
--- a/src/Makefile
+++ b/src/Makefile
@@ -35,7 +35,6 @@
CFLAGS_MAIN = $(CFLAGS)
ASFLAGS = -c $(OMPFLAGS)
LDFLAGS += -s $(OMPFLAGS)
-OPT_NORMAL = -funroll-loops
# Remove the "-Os" if you're using an ancient version of gcc
OPT_INLINE = -Os -funroll-loops -finline-functions
|