From 49dac44ebe2ceff8275a0c520d32a0a1e66ed98a Mon Sep 17 00:00:00 2001 From: Matthew Kolopanis Date: Thu, 2 Nov 2023 15:08:57 -0700 Subject: [PATCH] match dev and release profile option orders --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 76f4eabfd3..8f504c60ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,5 +22,5 @@ [profile.dev] - opt-level = 3 lto = "thin" + opt-level = 3