diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-19 17:27:57 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-19 17:27:57 +0000 |
commit | ced75104307b415339e9529cf27bc33a42ac9581 (patch) | |
tree | e91d0c52e8e011a7b78809d3121a1ab8c8cd70b6 /makefile.static | |
parent | a432321fb91bc0afbe802878fcd45adcee946a5b (diff) | |
download | mana-ced75104307b415339e9529cf27bc33a42ac9581.tar.gz mana-ced75104307b415339e9529cf27bc33a42ac9581.tar.bz2 mana-ced75104307b415339e9529cf27bc33a42ac9581.tar.xz mana-ced75104307b415339e9529cf27bc33a42ac9581.zip |
Some makefile updates.
Diffstat (limited to 'makefile.static')
-rw-r--r-- | makefile.static | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.static b/makefile.static index 888ad24e..144337f8 100644 --- a/makefile.static +++ b/makefile.static @@ -1,9 +1,9 @@ CXX = g++ # for debugging -#CXXFLAGS += -g -march=i686 -O2 +CXXFLAGS += -g -march=i686 -O2 # excessive optimizations for pentium pro and later -CXXFLAGS +=-Wall -march=i686 -O3 -fexpensive-optimizations -pipe -fomit-frame-pointer -funroll-loops -fexceptions +#CXXFLAGS +=-Wall -march=i686 -O3 -fexpensive-optimizations -pipe -fomit-frame-pointer -funroll-loops -fexceptions CXXFLAGS +=`allegro-config --cflags release` LIBS := -ljgmod `allegro-config --libs release` -lguichan_allegro -lguichan |