blob: 0f4c4f3dea24371765babce531bd2d9e9f26bfe2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- Makefile.orig 2003-01-23 17:26:45.000000000 -0500
+++ Makefile 2003-01-23 17:26:54.000000000 -0500
@@ -82,12 +82,12 @@
endif
ifeq ($(ARCH),i386)
-RELEASE_CFLAGS=$(BASE_CFLAGS) -O2 -ffast-math -funroll-loops -malign-loops=2 \
- -malign-jumps=2 -malign-functions=2 -g
+RELEASE_CFLAGS=-ffast-math -funroll-loops $(BASE_CFLAGS)
+# -falign-jumps=2 -falign-functions=2 -g
# compiler bugs with gcc 2.96 and 3.0.1 can cause bad builds with heavy opts.
#RELEASE_CFLAGS=$(BASE_CFLAGS) -O6 -m486 -ffast-math -funroll-loops \
-# -fomit-frame-pointer -fexpensive-optimizations -malign-loops=2 \
-# -malign-jumps=2 -malign-functions=2
+# -fomit-frame-pointer -fexpensive-optimizations -falign-loops=2 \
+# -falign-jumps=2 -falign-functions=2
endif
VERSION=3.21+rCVS
|