Skip to content

Commit 60dc8b4

Browse files
committed
remove-me-for-testing
1 parent 9654a22 commit 60dc8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ sha1_smol = { opt-level = 3 }
182182

183183
[profile.release]
184184
overflow-checks = false
185-
lto = "fat"
185+
#lto = "fat"
186186
# this bloats files but assures destructors are called, important for tempfiles. One day I hope we
187187
# can wire up the 'abrt' signal handler so tempfiles will be removed in case of panics.
188188
panic = 'unwind'

0 commit comments

Comments
 (0)