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 = [
|
test_ldflags = [
|
||||||
'-Wl,-z,relro',
|
'-Wl,-z,relro',
|
||||||
'-Wl,-z,now',
|
'-Wl,-z,now',
|
||||||
'-Wl,-pie',
|
|
||||||
# mingw
|
# mingw
|
||||||
'-Wl,--dynamicbase',
|
'-Wl,--dynamicbase',
|
||||||
'-Wl,--nxcompat',
|
'-Wl,--nxcompat',
|
||||||
|
Loading…
Reference in New Issue
Block a user