wmake rules: removed debug switches from optimisation rules

This commit is contained in:
Henry
2012-02-08 12:34:02 +00:00
parent 2416e48c19
commit d0e1c1c3e8
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#c++DBUG = -O0 -DFULLDEBUG -g
c++DBUG = c++DBUG =
c++OPT = -O3 c++OPT = -O3
# -fprefetch-loop-arrays

View File

@ -1,2 +1,3 @@
cDBUG = cDBUG =
cOPT = -O3 cOPT = -O3
# -fprefetch-loop-arrays