mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Enable ASLR (Windows)
This commit is contained in:
parent
1eb87d7198
commit
5e34af6cf2
2 changed files with 2 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ end;"/>
|
|||
</SyntaxOptions>
|
||||
</Parsing>
|
||||
<CodeGeneration>
|
||||
<RelocatableUnit Value="True"/>
|
||||
<Checks>
|
||||
<IOChecks Value="True"/>
|
||||
</Checks>
|
||||
|
|
|
|||
|
|
@ -87,6 +87,7 @@ uses
|
|||
{$ENDIF}
|
||||
|
||||
{$IF DEFINED(MSWINDOWS)}
|
||||
{$SETPEOPTFLAGS $140}
|
||||
{$R doublecmd.manifest.rc}
|
||||
{$ENDIF}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue