blob: 8754201ca4df2a3a23e6a052e5652443993b7140 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- examples/Makefile.in.orig 2008-02-05 14:03:37 UTC
+++ examples/Makefile.in
@@ -34,7 +34,7 @@ INSTALL_PROGRAM=@INSTALL_PROGRAM@ -s
INSTALL_DATA=@INSTALL_DATA@
DEFS= @DEFS@
-OPTS= -fforce-mem -fforce-addr -fstrength-reduce -funroll-loops -finline-functions
+OPTS= -fstrength-reduce -funroll-loops -finline-functions
CPPFLAGS= -I.. -L..
CFLAGS= ${DEFS} ${CPPFLAGS} ${OPTS} @CFLAGS@
|