index
:
specing/tmwa
CI
fair_drops
generate-client-codeWithCI
master
mobspawn
skill_power_syntax
tmwa-py2CI
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
make.defs
2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.defs b/make.defs
index debf3aa..0db7c73 100644
--- a/
make.defs
+++ b/
make.defs
@@ -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