Skip to content

Commit 76f3368

Browse files
authored
Remove unused release-fast profile (#3473)
# Description of Changes Remove this custom build profile that was the same as `release`. # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing None Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
1 parent f726b02 commit 76f3368

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ incremental = false
6666
codegen-units = 16
6767
rpath = false
6868

69-
[profile.release-fast]
70-
inherits = "release"
71-
lto = "thin"
72-
7369
[profile.dev]
7470
opt-level = 0
7571
debug = true

0 commit comments

Comments
 (0)