diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2017-01-30 15:53:39 -0500 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2017-01-30 15:53:39 -0500 | 
| commit | 189d56fa3eae36daf99555325599649a547832c9 (patch) | |
| tree | 37b4364a0bf4b9b646c67939f2fb25eb9477b10f | |
| parent | 75f54d5d533ba8e27b7a482c18d741859a9b8fea (diff) | |
| parent | 25c620d1f03dd31f31d7ec2e24510ef1fde4c37a (diff) | |
DRTVWR-418: Commit restoring -quiet switch for Xcode 8.
| -rw-r--r-- | autobuild.xml | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/autobuild.xml b/autobuild.xml index 5f741e276e..264a1f7a4f 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> @@ -3417,6 +3420,7 @@                  <string>xcodebuild</string>                  <key>options</key>                  <array> +                  <string>-quiet</string>                    <string>-configuration</string>                    <string>Release</string>                    <string>-project</string> | 
