diff --git a/nix/configuration/roles/rust/files/cargo_config.toml b/nix/configuration/roles/rust/files/cargo_config.toml index aca07b7..b87eb20 100644 --- a/nix/configuration/roles/rust/files/cargo_config.toml +++ b/nix/configuration/roles/rust/files/cargo_config.toml @@ -1,12 +1,12 @@ -[target.x86_64-unknown-linux-gnu] -rustflags = ["-C", "target-cpu=native", "-Zthreads=0"] +# [target.x86_64-unknown-linux-gnu] +# rustflags = ["-C", "target-cpu=native", "-Zthreads=0"] -[unstable] -codegen-backend = true +# [unstable] +# codegen-backend = true -[profile.dev] -codegen-backend = "cranelift" +# [profile.dev] +# codegen-backend = "cranelift" [profile.dev.package."*"] -codegen-backend = "llvm" +# codegen-backend = "llvm" opt-level = 3