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 23dd1db commit 272f17dCopy full SHA for 272f17d
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