diff --git a/build/ninja_gen/src/render.rs b/build/ninja_gen/src/render.rs index 14861ad8b..4c83e382f 100644 --- a/build/ninja_gen/src/render.rs +++ b/build/ninja_gen/src/render.rs @@ -24,7 +24,7 @@ impl Build { writeln!( &mut buf, - "runner = $builddir/rust/debug/{}", + "runner = $builddir/rust/release/{}", with_exe("runner") ) .unwrap();