Explicitly disable /DYNAMICBASEADDRESS for Debug builds.
This commit is contained in:
parent
8e715efe44
commit
d5d981a256
|
@ -51,6 +51,7 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
SubSystem="2"
|
||||
RandomizedBaseAddress="1"
|
||||
FixedBaseAddress="2"
|
||||
DataExecutionPrevention="1"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue