Skip to content

Commit

Permalink
Merge pull request #77734 from alef/patch-1
Browse files Browse the repository at this point in the history
Typo in MSVC.cmake (/DYNAMICBASE)
  • Loading branch information
Anton Burmistrov authored Nov 11, 2024
2 parents 64920f9 + 13a7ee2 commit 44ed31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/MSVC.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ add_link_options(
/OPT:ICF # force identical COMDATs
/LTCG:OFF
/INCREMENTAL:NO
/DYNAMICBAS # does this app realy need ASLR ?
/DYNAMICBASE # does this app realy need ASLR ?
/NXCOMPAT # same as above
"$<$<CONFIG:Debug>:/NODEFAULTLIB:LIBCMT>"
"$<$<CONFIG:RelWithDebInfo>:/NODEFAULTLIB:LIBCMTD>"
Expand Down

0 comments on commit 44ed31b

Please sign in to comment.