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