MAME: decreased jobs number to 6

This commit is contained in:
XargonWan 2023-12-26 10:46:22 +01:00
parent cd2320cee0
commit 3208871d82

View file

@ -1,6 +1,7 @@
modules: modules:
# https://sdlmame.wallyweek.org/download/ # https://sdlmame.wallyweek.org/download/
# -j ${FLATPAK_BUILDER_N_JOBS}
- name: mame - name: mame
buildsystem: simple buildsystem: simple
build-options: build-options:
@ -8,7 +9,7 @@ modules:
strip: true strip: true
build-commands: build-commands:
- make - make
-j ${FLATPAK_BUILDER_N_JOBS} -j 6
CFLAGS+=-Wno-error=restrict CFLAGS+=-Wno-error=restrict
USE_QTDEBUG=0 USE_QTDEBUG=0
USE_WAYLAND=1 USE_WAYLAND=1