Skip to content

Commit

Permalink
Add comment explaining why LTO was not converted
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncouture committed Jan 4, 2023
1 parent ab71636 commit a87e34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lto.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::{path::Path, process::Command};

use bootloader_test_runner::run_test_kernel;

// This test must remain as is, or the LTO build fails due to parallel testing.
#[test]
fn basic_boot() {
// build test kernel manually to force-enable link-time optimization
Expand Down

0 comments on commit a87e34d

Please sign in to comment.