Revert "build: enable BIND_NOW when compiling Linux builds, fix #15149. (#15153)"

This reverts commit 049381c6ac.
This commit is contained in:
Samuel Attard 2018-10-18 14:09:19 +11:00
parent 07deaaa502
commit 1d79840025

View file

@ -257,8 +257,6 @@
'ldflags': [
# Build as Position-Independent Executable to mitigate exploitations.
'-pie',
# Enable BIND_NOW to prevent GOT overwrite attacks.
'-Wl,-z,now',
],
},
'cflags_cc': [