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 ff8fff2 commit df42736Copy full SHA for df42736
src/common
@@ -138,7 +138,7 @@ else ifeq ($(BUILD_ENV_),MSVC)
138
CP_CXXFLAGS +=
139
LINKLIB = lib /NOLOGO /OUT:$@ $^
140
LINKBIN = $(CXX) $(LINKFLAGS) /Fe$@ $^ $(LIBS)
141
- LINKNATIVE = $(HOSTCXX) /Fe$@ $^
+ LINKNATIVE = $(HOSTCXX) /Fe$@ /nologo /EHsc $^
142
ifeq ($(origin CC),default)
143
CC = cl
144
endif
0 commit comments