mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 23:45:39 +00:00
MAME: adding -j nproc, tentative fix for make server crash
This commit is contained in:
parent
927e273777
commit
5fa40ae8b1
|
@ -1309,6 +1309,7 @@ modules:
|
||||||
# MAME - Start
|
# MAME - Start
|
||||||
# https://sdlmame.wallyweek.org/download/
|
# https://sdlmame.wallyweek.org/download/
|
||||||
# To enable the debugger try: QT_HOME='/usr'
|
# To enable the debugger try: QT_HOME='/usr'
|
||||||
|
# -j ${FLATPAK_BUILDER_N_JOBS} <- previously
|
||||||
|
|
||||||
- name: mame
|
- name: mame
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
|
@ -1317,7 +1318,7 @@ modules:
|
||||||
strip: true
|
strip: true
|
||||||
build-commands:
|
build-commands:
|
||||||
- make
|
- make
|
||||||
-j ${FLATPAK_BUILDER_N_JOBS}
|
-j nproc
|
||||||
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