We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b05de4 commit 7a413eaCopy full SHA for 7a413ea
build-uwp/build.sh
@@ -5,7 +5,7 @@ set -e
5
# Config
6
7
export BUILD_NAME=official
8
-export SCONS="call scons -j4 verbose=yes warnings=no progress=no"
+export SCONS="call scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
9
export OPTIONS="debug_symbols=no"
10
export BUILD_ARCHES="x86 x64 arm"
11
export ANGLE_SRC_PATH='c:\angle'
0 commit comments