projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0033f53
)
Disable RandomizeBaseAddress on MSVC builds
author
Magnus Hagander
<
[email protected]
>
Sun, 16 Mar 2014 10:46:20 +0000
(11:46 +0100)
committer
Magnus Hagander
<
[email protected]
>
Sun, 16 Mar 2014 10:47:37 +0000
(11:47 +0100)
This is a backpatch of
7f3e17b4827b61ad84e0774e3e43da4c57c4487f
to 9.0 and 9.1.
Patch by MauMau
src/tools/msvc/Project.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Project.pm
b/src/tools/msvc/Project.pm
index 4f26b5225058c644e51eab3424f704f59ea52043..f711a48a1c560f7e5cce4f6f34b5be313967c538 100644
(file)
--- a/
src/tools/msvc/Project.pm
+++ b/
src/tools/msvc/Project.pm
@@
-524,6
+524,7
@@
EOF
StackReserveSize="4194304" DisableSpecificWarnings="$self->{disablewarnings}"
GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\\$cfgname\\$self->{name}\\$self->{name}.pdb"
GenerateMapFile="FALSE" MapFileName=".\\$cfgname\\$self->{name}\\$self->{name}.map"
+ RandomizedBaseAddress="1"
SubSystem="1" TargetMachine="$targetmachine"
EOF
if ($self->{disablelinkerwarnings})