toolchain: Use multiple processes to build glslang
authorCody Northrop <cnorthrop@google.com>
Thu, 22 Sep 2016 19:32:04 +0000 (13:32 -0600)
committerCody Northrop <cnorthrop@google.com>
Fri, 23 Sep 2016 14:32:26 +0000 (08:32 -0600)
update_external_sources.sh

index ea294f6..780d849 100755 (executable)
@@ -64,7 +64,7 @@ function build_glslang () {
    mkdir -p build
    cd build
    cmake -D CMAKE_BUILD_TYPE=Release ..
-   make
+   make -j $(nproc)
    make install
 }