From 213992dea4157003dbc239078cc6e3e6a402b1a7 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Mon, 2 Dec 2024 21:37:51 +0100 Subject: [PATCH] Optimize compile time --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1294ebd..f1367b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,6 +37,4 @@ pc = ["winit", "softbuffer", "image"] default = ["pc"] [profile.release] -codegen-units = 1 -debug = true -lto = true +debug = false