diff options
Diffstat (limited to 'src/Setup/Setup.vcxproj')
-rw-r--r-- | src/Setup/Setup.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Setup/Setup.vcxproj b/src/Setup/Setup.vcxproj index d85d877d..fd6e867b 100644 --- a/src/Setup/Setup.vcxproj +++ b/src/Setup/Setup.vcxproj @@ -117,7 +117,7 @@ copy Debug\VeraCryptSetup.exe "..\Debug\Setup Files\VeraCrypt Setup.exe" >NUL <SubSystem>Windows</SubSystem> <OptimizeReferences>true</OptimizeReferences> <EnableCOMDATFolding>true</EnableCOMDATFolding> - <RandomizedBaseAddress>false</RandomizedBaseAddress> + <RandomizedBaseAddress>true</RandomizedBaseAddress> <DataExecutionPrevention>true</DataExecutionPrevention> <TargetMachine>MachineX86</TargetMachine> </Link> |