mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-09 12:42:31 +01:00
build: Remove -pie from global ldflags
According to `hardening-check` the cflag is enough for `hexchat` and this was causing breakage in plugins Closes #2132
This commit is contained in:
parent
2286990a6f
commit
d72249d91f
@ -131,7 +131,6 @@ global_ldflags = []
|
||||
test_ldflags = [
|
||||
'-Wl,-z,relro',
|
||||
'-Wl,-z,now',
|
||||
'-Wl,-pie',
|
||||
# mingw
|
||||
'-Wl,--dynamicbase',
|
||||
'-Wl,--nxcompat',
|
||||
|
Loading…
Reference in New Issue
Block a user