From 7c9e9c7fa44f1a5c10b39ad00c2cf060a3e8beff Mon Sep 17 00:00:00 2001 From: Simon Gellis Date: Mon, 4 Nov 2024 10:00:12 -0500 Subject: [PATCH] Turn off LTO for now, makes builds quite slow --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 51aceec..6a848fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,3 @@ winit = "0.30" [build-dependencies] cc = "1" - -[profile.release] -lto = "thin" \ No newline at end of file