summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eb89953..b98ba78 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,3 +34,14 @@ optional = true
[features]
default = ["compare_csv"]
compare_csv = ["csv"]
+
+[profile.release]
+opt-level = 3
+debug = false
+rpath = false
+lto = true
+debug-assertions = false
+codegen-units = 16
+panic = 'unwind'
+incremental = false
+overflow-checks = false