Enable relro hardening
This commit is contained in:
parent
654a6d765e
commit
92da0222d7
3 changed files with 1 additions and 5 deletions
|
@ -7,8 +7,6 @@ windres = 'x86_64-w64-mingw32-windres'
|
|||
exe_wrapper = ['wine']
|
||||
|
||||
[properties]
|
||||
c_link_args = ['-static-libgcc', '-L/opt/ffbuild/lib', '-O2', '-pipe', '-fstack-protector-strong']
|
||||
cpp_link_args = ['-static-libgcc', '-static-libstdc++', '-L/opt/ffbuild/lib', '-O2', '-pipe', '-fstack-protector-strong']
|
||||
needs_exe_wrapper = true
|
||||
|
||||
[host_machine]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue