Skip to content

Commit 958b885

Browse files
author
Gianluca Recchia
committed
Disable LTO because of a bug in the Rust compiler
See rust-lang/rust#66371
1 parent a7c2cad commit 958b885

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.local/opt/cargo/config

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[build]
22
rustflags = [
3-
"-C", "target-cpu=native",
4-
"-C", "lto=thin"
3+
"-C", "target-cpu=native"
54
]
65

76
[alias]

0 commit comments

Comments
 (0)