Skip to content

Commit

Permalink
just remove any local cargo config as it interferes with ci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
andyyu2004 committed May 4, 2022
1 parent f19721f commit 4589ac0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
[build]
# rustc-wrapper = '/home/andyyu/.cargo/bin/sccache'

[target.x86_64-unknown-linux-gnu]
rustflags = [
'-Clink-arg=-fuse-ld=lld',
# '-Zshare-generics=y',
]
linker = '/usr/bin/clang'

[profile.dev]
opt-level = 0
debug = 2
Expand All @@ -19,4 +9,3 @@ opt-level = 3
debug = 0
incremental = false
codegen-units = 256
# split-debuginfo = '...'

0 comments on commit 4589ac0

Please sign in to comment.