mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-24 13:45:38 +00:00
MAME-MODULE: defined number of jobs
This commit is contained in:
parent
b0173bfba2
commit
9cafe60842
|
@ -7,7 +7,7 @@ modules:
|
||||||
strip: true
|
strip: true
|
||||||
build-commands:
|
build-commands:
|
||||||
- make
|
- make
|
||||||
-j echo $(nproc)
|
-j ${FLATPAK_BUILDER_N_JOBS}
|
||||||
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