diff options
Diffstat (limited to 'dns/dnstracer-rs/files/patch-Cargo.toml')
-rw-r--r-- | dns/dnstracer-rs/files/patch-Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dns/dnstracer-rs/files/patch-Cargo.toml b/dns/dnstracer-rs/files/patch-Cargo.toml new file mode 100644 index 000000000000..5c9b5eb39fba --- /dev/null +++ b/dns/dnstracer-rs/files/patch-Cargo.toml @@ -0,0 +1,12 @@ +--- Cargo.toml.orig 2025-08-15 11:54:59 UTC ++++ Cargo.toml +@@ -120,9 +120,3 @@ priority = -1 + [lints.clippy.pedantic] + level = "warn" + priority = -1 +- +-[profile.release] +-opt-level = "z" +-lto = true +-codegen-units = 1 +-panic = "abort" |