Visual Studio 2008 Projects: Improve binary security

It turns out that the MSVC 2008 supports RandomizedBaseAddress, too, so
we should also ensure that is enabled as well, which is the default
setting.
This commit is contained in:
Chun-wei Fan
2017-10-20 16:44:21 +08:00
parent a8e55992dd
commit 9814898df6
14 changed files with 0 additions and 46 deletions

View File

@@ -72,7 +72,6 @@
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="17"
/>
@@ -133,7 +132,6 @@
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="17"
/>