Skip to content

Commit

Permalink
Typo in MSVC.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
alef authored Nov 10, 2024
1 parent c4a19f1 commit 13a7ee2
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 13a7ee2

Please sign in to comment.