Try setting Makeflags within installation scripts to debug.

This commit is contained in:
Tian Jin 2019-12-31 13:51:42 -05:00
parent 706ff24d33
commit 5c5efd142f
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ cmake -G Ninja ../llvm \
-DLLVM_ENABLE_ASSERTIONS=ON \
-DLLVM_ENABLE_RTTI=ON
export MAKEFLAGS=-j4
cmake --build . --target check-mlir