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