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

Unified Diff: tests.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 | « src/untrusted/irt/irt.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests.gyp
diff --git a/tests.gyp b/tests.gyp
index f8ace1ffcb83074356f1d26867b3334a8a4445ff..cfc83108271a5c0b65d21154c891d861690ea32f 100644
--- a/tests.gyp
+++ b/tests.gyp
@@ -23,7 +23,7 @@
'build_newlib': 1,
'build_pnacl_newlib': 1,
'extra_args': [
- '--strip-debug',
+ '--strip-all',
],
},
'sources': [
« no previous file with comments | « src/untrusted/irt/irt.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698