Remove cargo settings to avoid issues for folks building on different platforms and independent from which linkers they have installed.

This commit is contained in:
Sebastian Jeltsch
2025-02-12 22:07:27 +01:00
parent 925e4ff9d4
commit fbe7180d8c
2 changed files with 3 additions and 8 deletions

View File

@@ -1,8 +0,0 @@
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "linker=clang", "-C", "link-arg=-fuse-ld=lld"]
# [unstable]
# codegen-backend = true
#
# [profile.dev]
# codegen-backend = "cranelift"

3
.gitignore vendored
View File

@@ -1,3 +1,6 @@
# Custom cargo settings
.cargo
# Build artifacts
target/
node_modules/