mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 04:53:37 +00:00
10 lines
152 B
Plaintext
10 lines
152 B
Plaintext
[binaries]
|
|
c = 'clang'
|
|
cpp = 'clang++'
|
|
c_ld = 'lld'
|
|
cpp_ld = 'lld'
|
|
|
|
[built-in options]
|
|
cpp_args = ['-stdlib=libc++']
|
|
cpp_link_args = ['-stdlib=libc++']
|