We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63485f commit dc1f0abCopy full SHA for dc1f0ab
mk_mvc.mak
@@ -13,7 +13,7 @@ include source.mak
13
COMMON_DEFINES =
14
DEFINES = -DWIN32 $(COMMON_DEFINES) -DHAVE_REPOINFO_H -DHAVE_PACKCC -DREADTAGS_DSL
15
INCLUDES = -I. -Ignulib -Imain -Iparsers -Ilibreadtags -Idsl
16
-OPT = /O2 /WX
+OPT = /O2 /WX /Zc:preprocessor
17
PACKCC = packcc.exe
18
GNULIB_OBJS = $(MVC_GNULIB_SRCS:.c=.obj)
19
WIN32_OBJS = $(WIN32_SRCS:.c=.obj)
0 commit comments