From 76b90acea6d97fd6626499e4f1fe1005a65db343 Mon Sep 17 00:00:00 2001 From: lily Date: Wed, 19 Nov 2025 20:14:13 +0000 Subject: [PATCH] Remove rust flags since they're pretty much outdated and don't work anymore Not much difference from what I've observed, plus it's as max-perf as it gets --- Cargo.toml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5665fe8b..5e230a29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -670,24 +670,6 @@ panic = "abort" inherits = "release" strip = "symbols" lto = "fat" -#rustflags = [ -# '-Ctarget-cpu=native', -# '-Ztune-cpu=native', -# '-Ctarget-feature=+crt-static', -# '-Crelocation-model=static', -# '-Ztls-model=local-exec', -# '-Zinline-in-all-cgus=true', -# '-Zinline-mir=true', -# '-Zmir-opt-level=3', -# '-Clink-arg=-fuse-ld=gold', -# '-Clink-arg=-Wl,--threads', -# '-Clink-arg=-Wl,--gc-sections', -# '-Clink-arg=-luring', -# '-Clink-arg=-lstdc++', -# '-Clink-arg=-lc', -# '-Ztime-passes', -# '-Ztime-llvm-passes', -#] [profile.release-max-perf.build-override] inherits = "release-max-perf"