mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
win: Disable ASLR on test binary that uses fixed base
This causes a link error on msvs builds which we don't care about, but in general if build/common.gypi forced RandomizedBaseAddress (e.g. in Chrome), it makes sense to be explicit about disabling it for this binary. R=mark@chromium.org BUG=https://groups.google.com/a/chromium.org/d/msg/crashpad-dev/jMtnDldRnJI/kNx7ZDxMAwAJ Review URL: https://codereview.chromium.org/1376913004 .
This commit is contained in:
parent
9d9302bb02
commit
1e3ca26f16
@ -123,8 +123,9 @@
|
||||
'VCLinkerTool': {
|
||||
'AdditionalOptions': [
|
||||
'/BASE:0x78000000',
|
||||
'/FIXED',
|
||||
],
|
||||
'RandomizedBaseAddress': '1', # /DYNAMICBASE:NO.
|
||||
'FixedBaseAddress': '2', # /FIXED.
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user