We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd4335 commit 1f9286fCopy full SHA for 1f9286f
src/hyperlight_host/build.rs
@@ -89,7 +89,7 @@ fn main() -> Result<()> {
89
// Benchmarks should only run with optimized builds (opt-level 1+)
90
println!("cargo:rustc-check-cfg=cfg(unoptimized_build)");
91
println!("cargo:rustc-check-cfg=cfg(optimized_build)");
92
-
+
93
if let Ok(opt_level) = std::env::var("OPT_LEVEL") {
94
if opt_level == "0" {
95
// Unoptimized build - benchmarks should not run
0 commit comments