From a48f8760e40ccb8ab4aaf1ff2df759c7d4b17f68 Mon Sep 17 00:00:00 2001 From: Tahinli Date: Mon, 20 Nov 2023 16:52:10 +0300 Subject: [PATCH] refactor: forbid unsafe --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c7489d..b00679c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [profile.release] -strip = "symbols" +strip = true opt-level = 3 overflow-checks = true lto = true