Skip to content

Commit fae12f3

Browse files
committed
Disable RandomizeBaseAddress on MSVC builds
This is a backpatch of 7f3e17b to 9.0 and 9.1. Patch by MauMau
1 parent 2df1bf2 commit fae12f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/msvc/Project.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ EOF
524524
StackReserveSize="4194304" DisableSpecificWarnings="$self->{disablewarnings}"
525525
GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\\$cfgname\\$self->{name}\\$self->{name}.pdb"
526526
GenerateMapFile="FALSE" MapFileName=".\\$cfgname\\$self->{name}\\$self->{name}.map"
527+
RandomizedBaseAddress="1"
527528
SubSystem="1" TargetMachine="$targetmachine"
528529
EOF
529530
if ($self->{disablelinkerwarnings})

0 commit comments

Comments
 (0)