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
parent 14aeba8992
commit 6778dc7f92
3 changed files with 22 additions and 22 deletions
-3
View File
@@ -12,9 +12,6 @@ project('4jcraft-chucklegrounds', ['cpp', 'c'],
cc = meson.get_compiler('cpp')
# Use LLD for dramatically faster linking (ld.lld must be installed)
add_project_link_arguments('-fuse-ld=lld', language : ['c', 'cpp'])
# system deps
gl_dep = dependency('gl')
glu_dep = dependency('glu')