소스 검색

Disable LTO on CLI

Jonathan Kelley 1 년 전
부모
커밋
f2cd6b8af6
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  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