Try setting Makeflags within installation scripts to debug.
This commit is contained in:
parent
706ff24d33
commit
5c5efd142f
|
@ -9,4 +9,5 @@ cmake -G Ninja ../llvm \
|
||||||
-DLLVM_ENABLE_ASSERTIONS=ON \
|
-DLLVM_ENABLE_ASSERTIONS=ON \
|
||||||
-DLLVM_ENABLE_RTTI=ON
|
-DLLVM_ENABLE_RTTI=ON
|
||||||
|
|
||||||
|
export MAKEFLAGS=-j4
|
||||||
cmake --build . --target check-mlir
|
cmake --build . --target check-mlir
|
Loading…
Reference in New Issue