From 3208871d82b9e9d4e90084b4f4c6c00089585dd9 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 26 Dec 2023 10:46:22 +0100 Subject: [PATCH] MAME: decreased jobs number to 6 --- mame-module.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mame-module.yml b/mame-module.yml index aacd2fc..f6de6dd 100644 --- a/mame-module.yml +++ b/mame-module.yml @@ -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