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