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:
Patrick Griffis 2018-03-10 20:49:35 -05:00
parent 2286990a6f
commit d72249d91f
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ global_ldflags = []
test_ldflags = [
'-Wl,-z,relro',
'-Wl,-z,now',
'-Wl,-pie',
# mingw
'-Wl,--dynamicbase',
'-Wl,--nxcompat',