From 919ebca4874685e339edb904cbcfbf87390badab Mon Sep 17 00:00:00 2001 From: reinterpretcat Date: Tue, 16 Jun 2020 09:21:34 +0200 Subject: [PATCH] Enable further optimizations for release profile --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a10196e1d..5d0a8c420 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,8 @@ members = [ "vrp-scientific", "examples/json-pragmatic" -] \ No newline at end of file +] + +[profile.release] +lto = "fat" +codegen-units = 1