...
|
...
|
@@ -76,13 +76,13 @@ mode = release
|
76
|
76
|
CC=gcc
|
77
|
77
|
LD=gcc
|
78
|
78
|
MKDEP=gcc -MM $(DEFS)
|
79
|
|
-MKTAGS=ctags-exuberant -R .
|
|
79
|
+MKTAGS=ctags -R .
|
80
|
80
|
|
81
|
81
|
ifeq ($(mode), release)
|
82
|
82
|
CFLAGS=-O9 -funroll-loops -Wcast-align $(PROFILE) -Winline\
|
83
|
83
|
# -malign-double -malign-loops=4 -minline-all-stringops \
|
84
|
84
|
# -march=athlon -mcpu=athlon
|
85
|
|
- #-Wmissing-prototypes
|
|
85
|
+ #-Wmissing-prototypes
|
86
|
86
|
LDFLAGS=-Wl,-O2 -Wl,-E $(PROFILE)
|
87
|
87
|
# we need -fPIC -DPIC only for shared objects, we don't need them for
|
88
|
88
|
# the executable file, because it's always loaded at a fixed address
|