Skip to content

Commit 13a7ee2

Browse files
authored
Typo in MSVC.cmake
1 parent c4a19f1 commit 13a7ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/MSVC.cmake

+1-1
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)