Address clang warning regarding incorrect flag attempting to force non-executable stacks.

Cf. 6d018b8ce3

R=fschneider@google.com

Review URL: https://codereview.chromium.org/1498983002 .
This commit is contained in:
Ryan Macnak
2015-12-04 09:58:53 -08:00
parent 3e7212e194
commit 08f443f540
+2 -1
View File
@@ -29,9 +29,10 @@
# '-fvisibility=hidden',
# '-fvisibility-inlines-hidden',
'-fstack-protector',
'-Wa,--noexecstack',
],
'ldflags': [
'-Wa,--noexecstack',
'-Wl,-z,noexecstack',
'-Wl,-z,now',
'-Wl,-z,relro',
],