Load the optimize functions even if optimize=0
wrt_makeflags is needed to pass NINJAJOBS=1 in this case.
This commit is contained in:
parent
d3dbebe625
commit
f32cd505a8
1 changed files with 3 additions and 1 deletions
4
jhalfs
4
jhalfs
|
@ -281,8 +281,10 @@ if [[ "$SAVE_CH5" = "y" ]]; then
|
|||
fi
|
||||
#
|
||||
# optimize module
|
||||
# the optimize_functions file is needed for wrt_makeflags even
|
||||
# if optimize=0, because we need to pass NINJAJOBS=1
|
||||
load_file optimize/optimize_functions 'Loading optimization module'
|
||||
if [[ "$OPTIMIZE" != "0" ]]; then
|
||||
load_file optimize/optimize_functions 'Loading optimization module'
|
||||
#
|
||||
# optimize configurations
|
||||
load_file optimize/opt_config 'Loading optimization config'
|
||||
|
|
Reference in a new issue