Revert "chore: enable BIND_NOW when compiling Linux builds"

This reverts commit 9f1e674f30.
This commit is contained in:
Samuel Attard
2018-10-18 14:12:27 +11:00
parent dde5b3abe6
commit 00f40e84db

View File

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