Skip to content

Commit 44ed31b

Browse files
Merge pull request CleverRaven#77734 from alef/patch-1
Typo in MSVC.cmake (/DYNAMICBASE)
2 parents 64920f9 + 13a7ee2 commit 44ed31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/MSVC.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ add_link_options(
7373
/OPT:ICF # force identical COMDATs
7474
/LTCG:OFF
7575
/INCREMENTAL:NO
76-
/DYNAMICBAS # does this app realy need ASLR ?
76+
/DYNAMICBASE # does this app realy need ASLR ?
7777
/NXCOMPAT # same as above
7878
"$<$<CONFIG:Debug>:/NODEFAULTLIB:LIBCMT>"
7979
"$<$<CONFIG:RelWithDebInfo>:/NODEFAULTLIB:LIBCMTD>"

0 commit comments

Comments
 (0)