diff options
-rw-r--r-- | make.defs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # defaults CC = gcc BISON = bison -CFLAGS = -pipe -g @warnings +CFLAGS = -pipe -g -O2 # works on both x86 and x86_64 override CC += -m32 -std=gnu99 |
index : Hello/tmwa | ||
The server running The Mana World Legacy. All new projects should use Hercules instead. See the "evol-hercules" repo. | root |
summaryrefslogtreecommitdiff |
-rw-r--r-- | make.defs | 2 |
@@ -1,7 +1,7 @@ # defaults CC = gcc BISON = bison -CFLAGS = -pipe -g @warnings +CFLAGS = -pipe -g -O2 # works on both x86 and x86_64 override CC += -m32 -std=gnu99 |