Move profile settings in the root Cargo.toml
[rup.git] / backend / Cargo.toml
index 27b8ad6..257e2e7 100644 (file)
@@ -34,8 +34,3 @@ features = ["bundled"]
 [dependencies.askama]
 version = "0.9"
 features = ["with-actix-web"]
-
-[profile.release]
-codegen-units = 1
-lto = true
-panic = 'abort'