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