From 8cc435a4c04447b46aba7959ad65e3747a6353e4 Mon Sep 17 00:00:00 2001 From: Xu Shaohua Date: Mon, 21 Aug 2023 16:51:46 +0800 Subject: [PATCH] Add release profile --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 75d02f15..e825f163 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,7 @@ members = [ "math", "physics", ] + +[profile.release] +debug = true +lto = true