From 7e7fccbd0871c49c2b0fb24e5d6f8d26795c7226 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 26 Dec 2023 12:24:55 +0100 Subject: [PATCH] MAME: decreased jobs number to 1 --- mame-module.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mame-module.yml b/mame-module.yml index f6de6dd..116ebf7 100644 --- a/mame-module.yml +++ b/mame-module.yml @@ -9,7 +9,7 @@ modules: strip: true build-commands: - make - -j 6 + -j 1 CFLAGS+=-Wno-error=restrict USE_QTDEBUG=0 USE_WAYLAND=1