refactor(build): make lld optional and recommend clang/llvm in README

This commit is contained in:
Tropical
2026-03-06 10:26:49 -06:00
committed by JuiceyDev
parent 44251492ff
commit 7c0bd2fbbd
3 changed files with 22 additions and 22 deletions

5
scripts/llvm_native.txt Normal file
View File

@@ -0,0 +1,5 @@
[binaries]
c = 'clang'
cpp = 'clang++'
c_ld = 'lld'
cpp_ld = 'lld'