nacl-sdk: Add a PNaCl finalize step to the Release builds for SDK examples.
commit702b800e440edc85f81bbc69f1a03e854364d696
authorjvoung@chromium.org <jvoung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 11 Apr 2013 17:01:51 +0000 (11 17:01 +0000)
committerjvoung@chromium.org <jvoung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 11 Apr 2013 17:01:51 +0000 (11 17:01 +0000)
treeefb77c6b030bf2982c30fb07b7429f52a28d989e
parent3ace1b6e3f60755b4d3368369b41d1c776ad24c0
nacl-sdk: Add a PNaCl finalize step to the Release builds for SDK examples.

For PNaCl bitcode stability we need to strip metadata, such as debug
since the debug metadata is still evolving.  We want to show developers
that this is part of the workflow.

Add a release build of the examples to test this out.
Adds ~1 min 40 to windows build.

BUG= https://code.google.com/p/nativeclient/issues/detail?id=3348
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/13466021

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193671 0039d316-1c4b-4281-b951-d872f2087c98
native_client_sdk/src/build_tools/template.mk
native_client_sdk/src/build_tools/test_sdk.py
native_client_sdk/src/tools/host_gcc.mk
native_client_sdk/src/tools/host_vc.mk
native_client_sdk/src/tools/nacl_gcc.mk
native_client_sdk/src/tools/nacl_llvm.mk