From ce5dec52a467676b3741cefa520c582dc0ba3fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Korn=C3=A9l=20Csernai?= <749306+csko@users.noreply.github.com> Date: Mon, 6 Feb 2023 02:40:36 -0800 Subject: [PATCH] use lto=fat (#1431) --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0f3b08614c7..f8c80c48803 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,3 +80,6 @@ bench = false [workspace] members = ["lib/*"] exclude = ["benches/search-points"] + +[profile.release] +lto = "fat" \ No newline at end of file