Skip to content

Commit a87e34d

Browse files
committed
Add comment explaining why LTO was not converted
1 parent ab71636 commit a87e34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::{path::Path, process::Command};
22

33
use bootloader_test_runner::run_test_kernel;
4-
4+
// This test must remain as is, or the LTO build fails due to parallel testing.
55
#[test]
66
fn basic_boot() {
77
// build test kernel manually to force-enable link-time optimization

0 commit comments

Comments
 (0)