aboutsummaryrefslogtreecommitdiff
path: root/Makefile.wnm
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.wnm')
-rw-r--r--Makefile.wnm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.wnm b/Makefile.wnm
index e19ba1fd6145..7b33833837d1 100644
--- a/Makefile.wnm
+++ b/Makefile.wnm
@@ -7,11 +7,11 @@ CC = cl
# Normal flags
CFLAGS = /nologo /ML /W3 /GX /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /c
-LDFLAGS = /subsystem:console /incremental:no /machine:I386
+LDFLAGS = /nologo /subsystem:console /incremental:no /machine:I386
# Debugging flags
#CFLAGS = /nologo /MDd /W3 /GX /Od /Gm /Zi /I "." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /c
-#LDFLAGS = /subsystem:console /incremental:yes /debug /machine:I386
+#LDFLAGS = /nologo /subsystem:console /incremental:yes /debug /machine:I386
LD = link
LIBS = user32.lib