From 1fa6d19a698f62ea2e57164fa1e5f088a8e2ac62 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 7 Sep 2022 10:00:51 -0400 Subject: Fix rust warnings --- webapp/Cargo.toml | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'webapp/Cargo.toml') diff --git a/webapp/Cargo.toml b/webapp/Cargo.toml index d64ed32..91fd87c 100644 --- a/webapp/Cargo.toml +++ b/webapp/Cargo.toml @@ -20,15 +20,3 @@ lazy_static = "1.4" [dev-dependencies] env_logger = "0.8.4" dotenv = "0.15" - -[profile.release] -# less code to include into binary -panic = 'abort' -# optimization over all codebase ( better optimization, slower build ) -codegen-units = 1 -# optimization for size ( more aggressive ) -opt-level = 'z' -# optimization for size -# opt-level = 's' -# link time optimization using using whole-program analysis -lto = true -- cgit v1.2.3