Skip to content

Commit

Permalink
remove unnecessary print line
Browse files Browse the repository at this point in the history
  • Loading branch information
kings177 committed Aug 16, 2024
1 parent d5e3261 commit 1579e64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ fn main() {
let shared_mem_str = String::from_utf8_lossy(&output.stdout).trim().to_string();
std::fs::write("src/shared_mem_config.h", format!("#define HVM_SHARED_MEM {}", shared_mem_str))
.expect("Failed to write shared_mem_config.h");
println!("cargo:warning=Shared memory size: {}", shared_mem_str);
} else {
println!("cargo:warning=\x1b[1m\x1b[31mWARNING: Failed to get shared memory size. Using default value.\x1b[0m");
}
Expand Down

0 comments on commit 1579e64

Please sign in to comment.