Explorar el Código

Disable LTO on CLI

Jonathan Kelley hace 1 año
padre
commit
f2cd6b8af6
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  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