mirror of
https://github.com/python/cpython.git
synced 2024-11-30 05:15:14 +08:00
Issue #16632: Enable DEP and ASLR on Windows.
This commit is contained in:
parent
552e6c7284
commit
f3bf35eee4
@ -307,6 +307,8 @@ Tests
|
||||
Build
|
||||
-----
|
||||
|
||||
- Issue #16632: Enable DEP and ASLR on Windows.
|
||||
|
||||
- Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h
|
||||
|
||||
- Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH
|
||||
|
@ -49,9 +49,8 @@
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<RandomizedBaseAddress>true</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>true</DataExecutionPrevention>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
</Link>
|
||||
<ResourceCompile>
|
||||
|
Loading…
Reference in New Issue
Block a user