Skip to content
15 changes: 15 additions & 0 deletions s3_dsa/p06/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#:schema https://raw.githubusercontent.com/rust-lang/cargo/refs/heads/master/crates/cargo-util-schemas/manifest.schema.json
# @help: https://doc.rust-lang.org/cargo/reference/manifest.html

[profile.dev]
codegen-backend = "cranelift"

[profile.dev.package."*"]
codegen-backend = "llvm"

[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold", "-Zshare-generics=y"]

[unstable]
codegen-backend = true
Loading