diff --git a/apps/static/Cargo.toml b/apps/static/Cargo.toml index f721c22..b8a7ad6 100644 --- a/apps/static/Cargo.toml +++ b/apps/static/Cargo.toml @@ -17,8 +17,3 @@ slog = { workspace = true } anyhow = { workspace = true } env_logger = { workspace = true } log = "0.4" - -[profile.release] -strip = true -lto = "thin" -opt-level = 3