summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-04-26 09:46:31 -0400
committerOz Linden <oz@lindenlab.com>2016-04-26 09:46:31 -0400
commit7eb14ba3efcabf2a53ab3235c7c60b89777eacc1 (patch)
treeb9b4874aeb56142c23f852190adafb91c0014f25
parent574963ff6d353fbac91ac5a6e84dac834feb60c7 (diff)
allow warnings from autobuild
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 7ea67b28d4..20d3a41f83 100755
--- a/build.sh
+++ b/build.sh
@@ -101,7 +101,7 @@ pre_build()
&& [ -r "$master_message_template_checkout/message_template.msg" ] \
&& template_verifier_master_url="-DTEMPLATE_VERIFIER_MASTER_URL=file://$master_message_template_checkout/message_template.msg"
- "$autobuild" configure --quiet -c $variant -- \
+ "$autobuild" configure -c $variant -- \
-DPACKAGE:BOOL=ON \
-DRELEASE_CRASH_REPORTING:BOOL=ON \
-DVIEWER_CHANNEL:STRING="\"$viewer_channel\"" \
@@ -146,7 +146,7 @@ build()
local variant="$1"
if $build_viewer
then
- "$autobuild" build --quiet --no-configure -c $variant
+ "$autobuild" build --no-configure -c $variant
build_ok=$?
# Run build extensions