mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-24 21:55:38 +00:00
MAME-MODULE: reverting lld, clang into env
This commit is contained in:
parent
e73d3426fc
commit
a1d3240d19
|
@ -44,13 +44,14 @@ 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
|
||||
|
|
Loading…
Reference in a new issue