MAME: added clang and lld envs

This commit is contained in:
XargonWan 2024-01-02 09:42:26 +01:00
parent 7e7fccbd08
commit 0441bbb4c9

View file

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