diff options
author | Tim Angus <tim@ngus.net> | 2003-07-05 03:04:29 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2003-07-05 03:04:29 +0000 |
commit | beb34e28a4f933107a3fa08a306125a712e885ad (patch) | |
tree | f3d146de6fe83dfceeac02c9df83fc662d6a9e05 /Makefile | |
parent | 72b7a39be0762a9c604781404f047e2a0653f5f2 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |