summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2003-07-05 03:04:29 +0000
committerTim Angus <tim@ngus.net>2003-07-05 03:04:29 +0000
commitbeb34e28a4f933107a3fa08a306125a712e885ad (patch)
treef3d146de6fe83dfceeac02c9df83fc662d6a9e05 /Makefile
parent72b7a39be0762a9c604781404f047e2a0653f5f2 (diff)
* Hopefully eliminated all the BG_Find... fallthroughs for the classes
* Introduced a really hacky fix to a model caching bug (ClientInfoChanged)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 00998654..56878b0d 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG -O6 -ffast-math -funroll-loops -fomit-fra
else
NEWPGCC=/usr/local/gcc-2.95.2/bin/gcc
CC=$(shell if [ -f $(NEWPGCC) ]; then echo $(NEWPGCC); else echo gcc; fi )
-RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG -O6 -mcpu=pentiumpro -march=pentium -fomit-frame-pointer -pipe -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2 -fno-strict-aliasing -fstrength-reduce
+RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG -O6 -mcpu=pentiumpro -march=pentium -fomit-frame-pointer -pipe -ffast-math -falign-loops=2 -falign-jumps=2 -falign-functions=2 -fno-strict-aliasing -fstrength-reduce
endif
LIBEXT=a