Skip to content

Commit e3aad0c

Browse files
committed
Disable fat LTO
1 parent ea0ad86 commit e3aad0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hil-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,5 +310,5 @@ debug = 2
310310
debug-assertions = false
311311
incremental = false
312312
opt-level = 3
313-
lto = "fat"
313+
lto = "thin"
314314
overflow-checks = false

0 commit comments

Comments
 (0)