UPD: Enable ASLR (Windows)

This commit is contained in:
Alexander Koblov 2020-04-28 17:20:03 +00:00
commit 5e34af6cf2
2 changed files with 2 additions and 0 deletions

View file

@ -192,6 +192,7 @@ end;"/>
</SyntaxOptions>
</Parsing>
<CodeGeneration>
<RelocatableUnit Value="True"/>
<Checks>
<IOChecks Value="True"/>
</Checks>

View file

@ -87,6 +87,7 @@ uses
{$ENDIF}
{$IF DEFINED(MSWINDOWS)}
{$SETPEOPTFLAGS $140}
{$R doublecmd.manifest.rc}
{$ENDIF}