diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2017-01-06 17:03:35 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2017-01-06 17:03:35 -0500 |
commit | f40bd0fac308b21319d84ee221cb8f81d369dd71 (patch) | |
tree | 6759af70dbc2d7c5ee5fbe351f77ee100aadfc8b /build.sh | |
parent | 1fe8d04a46ba3414ddbb16cc3bc5de206d9490b0 (diff) |
DRTVWR-418, SL-619: Update to google_breakpad build 501824
and re-enable breakpad symbol generation.
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -96,18 +96,15 @@ pre_build() && template_verifier_master_url="-DTEMPLATE_VERIFIER_MASTER_URL=file://$master_message_template_checkout/message_template.msg" # nat 2016-12-20: disable HAVOK on Mac until we get a 64-bit Mac build. - # nat 2016-12-21: disable generate_breakpad_symbols.py on Mac until we - # figure out why it's breaking. + RELEASE_CRASH_REPORTING=ON SIGNING=() if [ "$arch" == "Darwin" ] then HAVOK=OFF - RELEASE_CRASH_REPORTING=OFF if [ "$variant" == "Release" ] then SIGNING=("-DENABLE_SIGNING:BOOL=YES" \ "-DSIGNING_IDENTITY:STRING=Developer ID Application: Linden Research, Inc.") fi else HAVOK=ON - RELEASE_CRASH_REPORTING=ON fi "$autobuild" configure --quiet -c $variant -- \ |