fix no new line issue, add -j

This commit is contained in:
Zhang 2024-01-30 16:44:14 +08:00
parent ed62b08be7
commit cb9c35aa45
2 changed files with 3 additions and 3 deletions

View file

@ -291,7 +291,7 @@ cmake -G "MinGW Makefiles" .. -DLLAMA_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CX
:: make main
:: build all binary
make
make -j
cd ..
```

View file

@ -19,5 +19,5 @@ cmake -G "MinGW Makefiles" .. -DLLAMA_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CX
:: make main
:: build all binary
make
make -j
cd ..