added /W3
This commit is contained in:
parent
ef4b14a2ee
commit
f4e0403120
@ -15,7 +15,7 @@ WINMODE = -DTIF_PLATFORM_CONSOLE
|
||||
CC = cl
|
||||
INCL = -I.
|
||||
LIBS =
|
||||
CFLAGS = /nologo $(INCL) $(WINMODE)
|
||||
CFLAGS = /nologo /W3 $(INCL) $(WINMODE)
|
||||
|
||||
OBJ = \
|
||||
tif_aux.obj \
|
||||
|
Loading…
Reference in New Issue
Block a user