mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Revert "chore: enable BIND_NOW when compiling Linux builds"
This reverts commit 9f1e674f30.
This commit is contained in:
@@ -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': [
|
||||
|
||||
Reference in New Issue
Block a user