summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2019-04-30 16:35:30 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2019-04-30 17:05:40 +0200
commit4e94a20b92f8811a85c61ce8a382bde20f0bbd9d (patch)
tree78ea4a280636537944a525e22abbbe8c253c1fea
parent9248abe33e96d14f7afc4c03efa1c3f1ce315ea5 (diff)
Add release profile config
-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