diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2017-01-30 15:49:49 -0500 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2017-01-30 15:49:49 -0500 | 
| commit | 25c620d1f03dd31f31d7ec2e24510ef1fde4c37a (patch) | |
| tree | 878ff008cb890afb5ec6d23fcf281812f6f1fc5d | |
| parent | 9c0536f09921cbcff69aa86bcce9defab08ff04a (diff) | |
DRTVWR-418: Backed out changeset f03df2b249d0: restore -quiet.
As of now, this fork requires Xcode 8, which introduces support for the -quiet
switch.
| -rw-r--r-- | autobuild.xml | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/autobuild.xml b/autobuild.xml index 2bf12fcba0..6933fe704d 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3328,6 +3328,7 @@                  </array>                  <key>options</key>                  <array> +                  <string>-quiet</string>                    <string>-configuration</string>                    <string>RelWithDebInfo</string>                    <string>-project</string> @@ -3359,6 +3360,7 @@                  <string>xcodebuild</string>                  <key>options</key>                  <array> +                  <string>-quiet</string>                    <string>-configuration</string>                    <string>RelWithDebInfo</string>                    <string>-project</string> @@ -3388,6 +3390,7 @@                  </array>                  <key>options</key>                  <array> +                  <string>-quiet</string>                    <string>-configuration</string>                    <string>Release</string>                    <string>-project</string> @@ -3419,6 +3422,7 @@                  <string>xcodebuild</string>                  <key>options</key>                  <array> +                  <string>-quiet</string>                    <string>-configuration Release</string>                    <string>-project SecondLife.xcodeproj</string>                    <string>-DENABLE_SIGNING:BOOL=YES</string> | 
