mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05: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
|
||||
# https://sdlmame.wallyweek.org/download/
|
||||
# To enable the debugger try: QT_HOME='/usr'
|
||||
# -j ${FLATPAK_BUILDER_N_JOBS} <- previously
|
||||
|
||||
- name: mame
|
||||
buildsystem: simple
|
||||
|
@ -1317,7 +1318,7 @@ modules:
|
|||
strip: true
|
||||
build-commands:
|
||||
- make
|
||||
-j ${FLATPAK_BUILDER_N_JOBS}
|
||||
-j nproc
|
||||
CFLAGS+=-Wno-error=restrict
|
||||
USE_QTDEBUG=0
|
||||
USE_WAYLAND=1
|
||||
|
|
Loading…
Reference in a new issue