mirror of
https://github.com/trailbaseio/trailbase.git
synced 2025-12-16 23:26:18 -06:00
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:
@@ -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
3
.gitignore
vendored
@@ -1,3 +1,6 @@
|
||||
# Custom cargo settings
|
||||
.cargo
|
||||
|
||||
# Build artifacts
|
||||
target/
|
||||
node_modules/
|
||||
|
||||
Reference in New Issue
Block a user