We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df1bf2 commit fae12f3Copy full SHA for fae12f3
src/tools/msvc/Project.pm
@@ -524,6 +524,7 @@ EOF
524
StackReserveSize="4194304" DisableSpecificWarnings="$self->{disablewarnings}"
525
GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\\$cfgname\\$self->{name}\\$self->{name}.pdb"
526
GenerateMapFile="FALSE" MapFileName=".\\$cfgname\\$self->{name}\\$self->{name}.map"
527
+ RandomizedBaseAddress="1"
528
SubSystem="1" TargetMachine="$targetmachine"
529
EOF
530
if ($self->{disablelinkerwarnings})
0 commit comments