mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
Set global parallel make options to -j16
This commit is contained in:
@@ -20,7 +20,7 @@ export PATH="$ONL/tools/scripts:$ONL/tools:$PATH"
|
||||
|
||||
# Parallel Make Jobs
|
||||
# Default parallel build settings
|
||||
# export MAKEFLAGS="-j64"
|
||||
export ONL_MAKE_PARALLEL=-j16
|
||||
|
||||
# Version files
|
||||
$ONL/tools/make-versions.py --import-file=$ONL/tools/onlvi --class-name=OnlVersionImplementation --output-dir $ONL/make
|
||||
|
||||
Reference in New Issue
Block a user