X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=backend%2FCargo.toml;h=257e2e7825221b52f42ac582862f6f9448f4722d;hb=HEAD;hp=27b8ad684e7c138383c0b6d899c31dcdd850fd86;hpb=4a1fa0b902bd01c2630b8b7b0818e46142d93f94;p=rup.git diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 27b8ad6..257e2e7 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -34,8 +34,3 @@ features = ["bundled"] [dependencies.askama] version = "0.9" features = ["with-actix-web"] - -[profile.release] -codegen-units = 1 -lto = true -panic = 'abort'