mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-21 20:35:37 +00:00
MAME: decreased jobs number to 6
This commit is contained in:
parent
cd2320cee0
commit
3208871d82
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue