Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: tools/gyp/configurations_make.gypi

Issue 1498983002: Address clang warning regarding incorrect flag attempting to force non-executable stacks. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/configurations_make.gypi
diff --git a/tools/gyp/configurations_make.gypi b/tools/gyp/configurations_make.gypi
index b5ea6ec823dc02a3607af1d28ebba96479432a60..ebaf9359f01ff56dc60bbcfb881ae414218a1c25 100644
--- a/tools/gyp/configurations_make.gypi
+++ b/tools/gyp/configurations_make.gypi
@@ -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',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698