cad/verilator: Enable MAKE_JOBS_UNSAFE because the build is killed otherwise
... due to compilation processes taking too much memory. Reported by: fallout
This commit is contained in:
parent
90c9dd9265
commit
7d36c5ee92
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ TEST_TARGET= test # tests fail, see https://github.com/verilator/verilator/issue
|
|||
|
||||
BINARY_ALIAS= make=${GMAKE} python3=${PYTHON_CMD} # aliasas are only for tests
|
||||
|
||||
#MAKE_JOBS_UNSAFE= yes # build on 1 CPU because many compile jobs are over 10GB and they can likely cause out-of-memory issues
|
||||
MAKE_JOBS_UNSAFE= yes # build on 1 CPU because many compile jobs are over 10GB and they can likely cause out-of-memory issues
|
||||
|
||||
OPTIONS_DEFINE= INSTALL_DBG_EXECUTABLES LEAK_CHECKS
|
||||
OPTIONS_SUB= yes
|
||||
|
|
Loading…
Reference in a new issue