diff options
author | Signal Linden <signal@lindenlab.com> | 2022-10-12 15:02:02 -0700 |
---|---|---|
committer | Signal Linden <signal@lindenlab.com> | 2022-10-12 15:02:02 -0700 |
commit | 937495863cd90f3f031a9c6d1d03fe02e70332e1 (patch) | |
tree | 5c16c94f8769b66bbef2d81e2ed87099ae38e129 /autobuild.xml | |
parent | aa85ed00f8536b7bbe66545576d2e1d96bee9d4e (diff) |
Build on 16-core machine
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml index 288def254b..962d82a3f8 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3099,6 +3099,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <array> <string>-configuration</string> <string>RelWithDebInfo</string> + <string>-parallelizeTargets</string> + <string>-jobs</string> + <string>${AUTOBUILD_CPU_COUNT}</string> <string>-project</string> <string>SecondLife.xcodeproj</string> </array> @@ -3130,6 +3133,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <array> <string>-configuration</string> <string>RelWithDebInfo</string> + <string>-parallelizeTargets</string> + <string>-jobs</string> + <string>${AUTOBUILD_CPU_COUNT}</string> <string>-project</string> <string>SecondLife.xcodeproj</string> </array> @@ -3155,6 +3161,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <array> <string>-configuration</string> <string>Release</string> + <string>-parallelizeTargets</string> + <string>-jobs</string> + <string>${AUTOBUILD_CPU_COUNT}</string> <string>-project</string> <string>SecondLife.xcodeproj</string> </array> @@ -3184,6 +3193,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <array> <string>-configuration</string> <string>Release</string> + <string>-parallelizeTargets</string> + <string>-jobs</string> + <string>${AUTOBUILD_CPU_COUNT}</string> <string>-project</string> <string>SecondLife.xcodeproj</string> </array> |