summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
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"