diff --git a/Cargo.toml b/Cargo.toml index 29544067..8baa5914 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -187,8 +187,8 @@ ProductName = "Luminol" # Fast and performant. [profile.release] opt-level = 3 -lto = "fat" -debug = true +# lto = "fat" +# debug = true # Enable only a small amount of optimization in debug mode [profile.dev]