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 64920f9 + 13a7ee2 commit 44ed31bCopy full SHA for 44ed31b
build-scripts/MSVC.cmake
@@ -73,7 +73,7 @@ add_link_options(
73
/OPT:ICF # force identical COMDATs
74
/LTCG:OFF
75
/INCREMENTAL:NO
76
- /DYNAMICBAS # does this app realy need ASLR ?
+ /DYNAMICBASE # does this app realy need ASLR ?
77
/NXCOMPAT # same as above
78
"$<$<CONFIG:Debug>:/NODEFAULTLIB:LIBCMT>"
79
"$<$<CONFIG:RelWithDebInfo>:/NODEFAULTLIB:LIBCMTD>"
0 commit comments