Skip to content

Commit 1f7f901

Browse files
committed
speed up linking of fuzz targets by using thin LTO
1 parent d045028 commit 1f7f901

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
@@ -27,7 +27,7 @@ counters = []
2727
pre-eval = []
2828

2929
[profile.release]
30-
lto = true
30+
lto = "thin"
3131

3232
[dependencies]
3333
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)