Commit 6ba30d9

ISSOtm committed on
Enable full RELRO for Linux releases
This increases security slightly, at the cost of
resolving all dynamic relocs on startup; in practice,
I couldn't see the difference.
commit 6ba30d9d4c907fb1c61957412165ca83b6ce7fbc parent 710dab7
1 changed files +2−0
ModifiedhUGETracker.lpi +2−0
@@ -104,6 +104,8 @@
104 </Debugging> 104 </Debugging>
105 <LinkSmart Value="True"/> 105 <LinkSmart Value="True"/>
106 <Options> 106 <Options>
107 <PassLinkerOptions Value="True"/>
108 <LinkerOptions Value="-z relro -z now"/>
107 <Win32> 109 <Win32>
108 <GraphicApplication Value="True"/> 110 <GraphicApplication Value="True"/>
109 </Win32> 111 </Win32>