mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 07:45:21 +00:00
-O2 is way better than -Ox.
This commit is contained in:
@@ -33,7 +33,7 @@ CC = cl.exe -nologo
|
||||
CFLAGS = -Z7 -DPDCDEBUG
|
||||
LDFLAGS = -debug -pdb:none
|
||||
!else
|
||||
CFLAGS = -Ox
|
||||
CFLAGS = -O2
|
||||
LDFLAGS =
|
||||
!endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user