From 45b120b6e32e2070efbd9b28caa434baa58bfb5e Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Thu, 2 Feb 2017 01:12:06 +0000 Subject: [PATCH] add to flags from environment --- config.sh.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh.sample b/config.sh.sample index 0d8ac45..311225b 100755 --- a/config.sh.sample +++ b/config.sh.sample @@ -28,7 +28,7 @@ BUILD_DKPRO_PACKAGE=0 # MAKEFLAGS for building - use number of processors for jobs #--------------------------------------------------------------------------------- #numcores=`getconf _NPROCESSORS_ONLN` -#MAKEFLAGS=-j$numcores +#export MAKEFLAGS="$MAKEFLAGS -j${numcores}" #--------------------------------------------------------------------------------- # Automated script execution