diff options
Diffstat (limited to 'sbrun')
-rwxr-xr-x | sbrun | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ TMP=${TMP:-/tmp/SBo} OUTPUT=${OUTPUT:-/tmp} BUILDLOG=${BUILDLOG:-build.log} -DEFAULT_MAKEFLAGS="-j8" +DEFAULT_MAKEFLAGS="-j3" # End of configurables. It's probably best not to configure TMP or # OUTPUT here (use the environment instead) anyway. Also it's probably |