Skip to content

Commit 126ef52

Browse files
committed
Disable lto
1 parent 3363a8d commit 126ef52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ debug-assertions = false
4343
debug = false
4444
debug-assertions = false
4545

46+
[profile.release]
47+
lto = "off"
48+
4649
[profile.release.package.compiler_builtins]
4750
# For compiler-builtins we always use a high number of codegen units.
4851
# The goal here is to place every single intrinsic into its own object

0 commit comments

Comments
 (0)