enabled lld

This commit is contained in:
John Lancaster
2025-09-12 18:42:58 -05:00
parent 470b68cc1a
commit 32b2c6301b

View File

@@ -11,7 +11,7 @@
trunk cargo-generate trunk cargo-generate
# LLVM tools for WebAssembly compilation # LLVM tools for WebAssembly compilation
# llvm # llvm
# lld lld
]; ];
# https://devenv.sh/languages/ # https://devenv.sh/languages/
@@ -54,7 +54,7 @@
enterTest = '' enterTest = ''
echo "Running tests" echo "Running tests"
git --version git --version
python --version uv run --locked python --version
rustc --version rustc --version
''; '';