From 3efd5859f53817a0df1eeb7e9317cdc85b62bb61 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 10 Nov 2025 22:10:52 -0500 Subject: use fmt fns directly when possible --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7d7f8da..59d7251 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,6 +85,7 @@ lto = "fat" codegen-units = 1 panic = "abort" strip = "symbols" -debug = false -incremental = false -overflow-checks = false + +[profile.small] +inherits = "release" +opt-level = "z" -- cgit v1.2.3-freya