Skip to content

Commit 49235ca

Browse files
committed
undoing a change that was not meant to be committed
1 parent 2961efd commit 49235ca

File tree

1 file changed

+3
-3
lines changed
  • crates/optix/examples/ex03_window

1 file changed

+3
-3
lines changed

crates/optix/examples/ex03_window/build.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fn compile_to_ptx(cu_path: &str, args: &[String]) {
3636
.output()
3737
.expect("failed to fun nvcc");
3838

39-
// if !output.status.success() {
40-
// panic!("{}", unsafe { String::from_utf8_unchecked(output.stderr) });
41-
// }
39+
if !output.status.success() {
40+
panic!("{}", unsafe { String::from_utf8_unchecked(output.stderr) });
41+
}
4242
}

0 commit comments

Comments
 (0)