Skip to content

Commit fd1b5be

Browse files
committed
Enable lto and debug info
1 parent 87c3723 commit fd1b5be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

real_mode/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ edition = "2018"
1010

1111
[profile.release]
1212
opt-level = "z"
13+
lto = true
14+
debug = true

0 commit comments

Comments
 (0)