mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 09:02:27 +00:00
refactor(build): make lld optional and recommend clang/llvm in README
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user