|
@@ -80,10 +80,10 @@ MKTAGS=ctags-exuberant -R .
|
|
|
|
|
|
ifeq ($(mode), release)
|
|
|
CFLAGS=-O9 -funroll-loops -Wcast-align $(PROFILE) -Winline\
|
|
|
- # -malign-double -malign-loops=4 -minline-all-stringops \
|
|
|
- # -march=athlon -mcpu=athlon
|
|
|
- #-Wmissing-prototypes
|
|
|
- LDFLAGS=-Wl,-O2 -Wl,-E $(PROFILE)\
|
|
|
+# -malign-double -malign-loops=4 -minline-all-stringops \
|
|
|
+# -march=athlon -mcpu=athlon
|
|
|
+ #-Wmissing-prototypes
|
|
|
+ LDFLAGS=-Wl,-O2 -Wl,-E $(PROFILE)
|
|
|
# we need -fPIC -DPIC only for shared objects, we don't need them for
|
|
|
# the executable file, because it's always loaded at a fixed address
|
|
|
# -andrei
|