From 3d44abe3924d4d7bc2d80e7f09882367f910cc38 Mon Sep 17 00:00:00 2001 From: Norbert Morawski Date: Thu, 29 Jun 2023 23:15:06 +0200 Subject: [PATCH] update profile settings --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8cb49fb..7cafaf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,3 +12,4 @@ rand = "0.8.5" [profile.release] opt-level = 3 strip = true +debug = false \ No newline at end of file