mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-25 06:05:37 +00:00
MAME: added clang and lld envs
This commit is contained in:
parent
7e7fccbd08
commit
0441bbb4c9
|
@ -44,6 +44,10 @@ modules:
|
||||||
build-options:
|
build-options:
|
||||||
no-debuginfo: true
|
no-debuginfo: true
|
||||||
strip: true
|
strip: true
|
||||||
|
env:
|
||||||
|
CC: clang
|
||||||
|
CXX: clang++
|
||||||
|
LD: lld
|
||||||
build-commands:
|
build-commands:
|
||||||
- make
|
- make
|
||||||
-j echo $(nproc)
|
-j echo $(nproc)
|
||||||
|
|
Loading…
Reference in a new issue