Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6655155

Browse files
committed
Disable RandomizeBaseAddress on MSVC builds
This is a backpatch of7f3e17bto 9.0 and 9.1.Patch by MauMau
1 parent0033f53 commit6655155

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)

[8]ページ先頭

©2009-2025 Movatter.jp