Revert "refactor: forbid unsafe"

This reverts commit a48f8760e4.
This commit is contained in:
Tahinli 2023-11-20 16:53:42 +03:00
parent a48f8760e4
commit 629caef9e9

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[profile.release]
strip = true
strip = "symbols"
opt-level = 3
overflow-checks = true
lto = true