Skip to content

Commit 45b120b

Browse files
committed
add to flags from environment
1 parent ce5d824 commit 45b120b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.sh.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ BUILD_DKPRO_PACKAGE=0
2828
# MAKEFLAGS for building - use number of processors for jobs
2929
#---------------------------------------------------------------------------------
3030
#numcores=`getconf _NPROCESSORS_ONLN`
31-
#MAKEFLAGS=-j$numcores
31+
#export MAKEFLAGS="$MAKEFLAGS -j${numcores}"
3232

3333
#---------------------------------------------------------------------------------
3434
# Automated script execution

0 commit comments

Comments
 (0)