mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
Explicitly disable executable stack in all Linux binaries
This commit is contained in:
@@ -138,6 +138,9 @@
|
||||
'-D__STRICT_ANSI__',
|
||||
'-fno-rtti',
|
||||
],
|
||||
'ldflags': [
|
||||
'-Wl,-z,noexecstack',
|
||||
],
|
||||
}], # OS=="linux"
|
||||
['OS=="mac"', {
|
||||
'defines': [
|
||||
|
||||
Reference in New Issue
Block a user