Browse Source

Disable LTO on CLI

Jonathan Kelley 1 năm trước cách đây
mục cha
commit
f2cd6b8af6
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      Cargo.toml

+ 0 - 5
Cargo.toml

@@ -115,8 +115,3 @@ fern = { version = "0.6.0", features = ["colored"] }
 thiserror = "1.0.30"
 env_logger = "0.10.0"
 simple_logger = "4.0.0"
-
-[profile.release]
-opt-level = 3
-lto = true
-debug = true