Skip to content

Commit

Permalink
KOLIBRI: Bump compilation thread count to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
phcoder committed Dec 6, 2024
1 parent 5d997c0 commit 162da8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/platform/sdl/kolibrios/build-kolibri.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export KOS32_AUTOBUILD=$HOME/autobuild
# Use plugins for both engines and detection as KolibriOS has a limit per executable module
./configure --host=kos32 --enable-release --enable-plugins --default-dynamic --enable-detection-dynamic --with-vorbis-prefix=$KOS32_SDK_DIR/sources/libvorbis-1.3.7 --with-ogg-prefix=$KOS32_SDK_DIR/sources/libogg-1.3.5 --enable-engine=testbed

make -j5 all zip-root scummvm-zip
make -j12 all zip-root scummvm-zip

0 comments on commit 162da8f

Please sign in to comment.