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