Skip to content

Commit 8c78343

Browse files
authored
Merge pull request #14 from stlankes/with-lto
disable LTO support to avoid compiler conflicts
2 parents aa75993 + 1ae54cc commit 8c78343

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
@@ -10,7 +10,7 @@ exclude = ["target", "loader", "libhermit-rs"]
1010
opt-level = 3
1111
debug = false
1212
rpath = false
13-
lto = true
13+
lto = false
1414
debug-assertions = false
1515

1616
[profile.dev]

0 commit comments

Comments
 (0)