From 4e94a20b92f8811a85c61ce8a382bde20f0bbd9d Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 30 Apr 2019 16:35:30 +0200 Subject: Add release profile config --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit v1.2.3