We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a19f1 commit 13a7ee2Copy full SHA for 13a7ee2
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