File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -307,6 +307,8 @@ Tests
307307Build
308308-----
309309
310+ - Issue #16632: Enable DEP and ASLR on Windows.
311+
310312- Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h
311313
312314- Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH
Original file line number Diff line number Diff line change 4949 <GenerateDebugInformation >true</GenerateDebugInformation >
5050 <ProgramDatabaseFile >$(OutDir)$(TargetName).pdb</ProgramDatabaseFile >
5151 <SubSystem >Windows</SubSystem >
52- <RandomizedBaseAddress >false</RandomizedBaseAddress >
53- <DataExecutionPrevention >
54- </DataExecutionPrevention >
52+ <RandomizedBaseAddress >true</RandomizedBaseAddress >
53+ <DataExecutionPrevention >true</DataExecutionPrevention >
5554 <TargetMachine >MachineX86</TargetMachine >
5655 </Link >
5756 <ResourceCompile >
You can’t perform that action at this time.
0 commit comments