8000
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.
2 parents 21a351b + 4c7bca5 commit 488560cCopy full SHA for 488560c
cmake/DefaultCFlags.cmake
@@ -56,7 +56,7 @@ if(MSVC)
56
set(CMAKE_C_FLAGS_MINSIZEREL "/DNDEBUG /O1 /Oy /GL /Gy ${CRT_FLAG_RELEASE}")
57
58
# /IGNORE:4221 - Ignore empty compilation units
59
- set(CMAKE_STATIC_LINKER_FLAGS "/IGNORE:4221")
+ set(CMAKE_STATIC_LINKER_FLAGS "${CMAKE_STATIC_LINKER_FLAGS} /IGNORE:4221")
60
61
# /DYNAMICBASE - Address space load randomization (ASLR)
62
# /NXCOMPAT - Data execution prevention (DEP)
0 commit comments