Speedup build
This commit is contained in:
5
.ci/psp/build-psp.sh
Executable file
5
.ci/psp/build-psp.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
mkdir -p build-psp
|
||||
cd build-psp
|
||||
cmake .. -DDUSK_TARGET_SYSTEM=psp
|
||||
make -j$(nproc)
|
||||
Reference in New Issue
Block a user