diff --git a/Cargo.toml b/Cargo.toml index 54872d6..63d5794 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ exclude = [".vscode/**"] [profile.release] codegen-units = 1 incremental = true -lto = true opt-level = 'z' panic = "abort"