summaryrefslogtreecommitdiffstats
path: root/ppapi/native_client/native_client.gyp
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-06 19:06:12 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-06 19:06:12 +0000
commite59293e60d0484d55286b5b110f4c9b2207d5795 (patch)
tree6c010a7750f8b39043db9ab9154cbd73a8227511 /ppapi/native_client/native_client.gyp
parent7068cd80597ee8a05c1eb5214610cfaab7696b74 (diff)
downloadchromium_src-e59293e60d0484d55286b5b110f4c9b2207d5795.zip
chromium_src-e59293e60d0484d55286b5b110f4c9b2207d5795.tar.gz
chromium_src-e59293e60d0484d55286b5b110f4c9b2207d5795.tar.bz2
Increase the stripping level of the nacl irt.
Changes in nacl's build_nexe.py script mean that symbol information will be kept in a known location after stripping, allowing archival. This means we can use strip-all in place of strip-debug. NOTE: Until recently strip-all was already happening on linux in an internal release buildbot script. Depends on this change landing in nacl and rolling into chrome: https://codereview.chromium.org/14705005/ BUG=None TEST=None R=mcgrathr@chromium.org,bbudge@chromium.org Review URL: https://chromiumcodereview.appspot.com/14680006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198496 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/native_client/native_client.gyp')
-rw-r--r--ppapi/native_client/native_client.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/native_client/native_client.gyp b/ppapi/native_client/native_client.gyp
index fb4813c..fdbb936 100644
--- a/ppapi/native_client/native_client.gyp
+++ b/ppapi/native_client/native_client.gyp
@@ -134,7 +134,7 @@
]
],
'extra_args': [
- '--strip-debug',
+ '--strip-all',
],
# TODO(bradchen): get rid of extra_deps64 and extra_deps32
# once native_client/build/untrusted.gypi no longer needs them.