MAME: adding -j nproc, tentative fix for make server crash

This commit is contained in:
XargonWan 2023-12-16 18:32:08 +01:00
parent 927e273777
commit 5fa40ae8b1

View file

@ -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