From 5c3130fa40ccdea58cc6785762b756bfae8b7dd0 Mon Sep 17 00:00:00 2001 From: ziree Date: Mon, 21 Jan 2013 11:50:00 +0100 Subject: [PATCH] Added compiler swith for Linux to override autodetected number of compile jobs - Followup - typo fix --- scripts/configure_firestorm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/configure_firestorm.sh b/scripts/configure_firestorm.sh index 60ec0251e7..4b625bdd89 100755 --- a/scripts/configure_firestorm.sh +++ b/scripts/configure_firestorm.sh @@ -36,7 +36,7 @@ PLATFORM="darwin" # darwin, win32, win64, linux32, linux64 BTYPE="Release" CHANNEL="" # will be overwritten later with platform-specific values unless manually specified. LL_ARGS_PASSTHRU="" -JOBS="1" +JOBS="0" ### ### Helper Functions