Skip to content

Commit

Permalink
Disable executable stack in electron binary
Browse files Browse the repository at this point in the history
  • Loading branch information
alespergl committed Feb 16, 2018
1 parent 6aa0c44 commit ad1929c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions electron.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@
],
},
],
'link_settings': {
'ldflags': [
'-Wl,-z,noexecstack',
],
},
}], # OS=="linux"
],
}, # target <(project_name)
Expand Down

0 comments on commit ad1929c

Please sign in to comment.