MAME-MODULE: reverting lld, clang into env

This commit is contained in:
XargonWan 2024-01-05 17:53:25 +01:00
parent a1d3240d19
commit ec6c99955e
2 changed files with 7 additions and 7 deletions

View file

@ -6,12 +6,13 @@ modules:
build-options:
no-debuginfo: true
strip: true
env:
CC: clang
CXX: clang++
LD: lld
build-commands:
- make
-j ${FLATPAK_BUILDER_N_JOBS}
CC=clang
CXX=clang++
LD=lld
CFLAGS+=-Wno-error=restrict
USE_QTDEBUG=0
USE_WAYLAND=1

View file

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