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

Unified Diff: src/untrusted/irt/irt.gyp

Issue 14713006: Retain the unstripped nexe at a predictable location. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: add more stripping Created 7 years, 8 months 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 | « build/build_nexe.py ('k') | tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/irt/irt.gyp
diff --git a/src/untrusted/irt/irt.gyp b/src/untrusted/irt/irt.gyp
index 93bf202a033627732c67ea4738b5fd5257edf6e4..62762ab30795c47692db6e284cc866d4ab78e07d 100644
--- a/src/untrusted/irt/irt.gyp
+++ b/src/untrusted/irt/irt.gyp
@@ -60,6 +60,9 @@
'nexe_target': 'irt_core',
'build_glibc': 0,
'build_newlib': 1,
+ 'extra_args': [
+ '--strip-all',
+ ],
},
'sources': ['<@(irt_sources)', '<@(irt_nonbrowser)'],
'link_flags': [
« no previous file with comments | « build/build_nexe.py ('k') | tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698