-O2 is way better than -Ox.

This commit is contained in:
William McBrine
2007-01-10 16:55:33 +00:00
parent be18076177
commit a1ab0c3fcd

View File

@@ -33,7 +33,7 @@ CC = cl.exe -nologo
CFLAGS = -Z7 -DPDCDEBUG
LDFLAGS = -debug -pdb:none
!else
CFLAGS = -Ox
CFLAGS = -O2
LDFLAGS =
!endif