diff options
Diffstat (limited to 'Makefile.wnm')
-rw-r--r-- | Makefile.wnm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.wnm b/Makefile.wnm index 7b33833837d1..2e1cb60ac4db 100644 --- a/Makefile.wnm +++ b/Makefile.wnm @@ -6,7 +6,7 @@ CC = cl # Normal flags -CFLAGS = /nologo /ML /W3 /GX /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /c +CFLAGS = /nologo /MD /W3 /EHsc /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /c LDFLAGS = /nologo /subsystem:console /incremental:no /machine:I386 # Debugging flags |