From 75c8acf509f43971d4a5c1e35aa38dfe34de485d Mon Sep 17 00:00:00 2001 From: C0D3 M4513R <28912031+C0D3-M4513R@users.noreply.github.com> Date: Fri, 31 May 2024 10:08:54 +0200 Subject: [PATCH] What the Defaults Signed-off-by: C0D3 M4513R <28912031+C0D3-M4513R@users.noreply.github.com> --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 76af8be..a28e012 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,8 @@ [workspace] members = [ "counter","time","timer"] -resolver = "2" \ No newline at end of file +resolver = "2" + +[profile.release] +strip = true +opt-level = 3 +lto = true