From 7e57d0d51b0a0cdd44dd9bae21738c7363c1da20 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 3 Jan 2024 08:39:33 +0100 Subject: [PATCH] MAME: added flags inside the make command directly --- net.retrodeck.mame.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/net.retrodeck.mame.yml b/net.retrodeck.mame.yml index acc3e73..a3451f9 100644 --- a/net.retrodeck.mame.yml +++ b/net.retrodeck.mame.yml @@ -44,14 +44,13 @@ modules: build-options: no-debuginfo: true strip: true - env: - CC: clang - CXX: clang++ - LD: lld build-commands: - make -j echo $(nproc) CFLAGS+=-Wno-error=restrict + CC=clang + CXX=clang++ + LD=lld USE_QTDEBUG=0 USE_WAYLAND=1 USE_SYSTEM_LIB_FLAC=1 @@ -86,4 +85,4 @@ modules: - type: patch path: mame-patches/sound.patch - type: patch - path: mame-patches/ym3802.patch \ No newline at end of file + path: mame-patches/ym3802.patch