From 7ee5b095bb117f6fad25fc00417bf3001c759ded Mon Sep 17 00:00:00 2001 From: Compey Date: Mon, 14 Aug 2023 15:40:17 +0530 Subject: [PATCH] fix: remove dev profile from Cargo.toml --- Cargo.toml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 14e5a12..a9f3a09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,18 +53,6 @@ opt-level = "z" strip = true lto = true -[profile.dev] -lto = "off" -strip = "none" -codegen-units = 256 -panic = "unwind" -opt-level = 0 -incremental = true -overflow-checks = true -debug-assertions = true -debug = true -rpath = false - # All of the dependencies for Lune. # # Dependencies are categorized as following: