diff --git a/recipes/rust/rust.inc b/recipes/rust/rust.inc index 7289928..d6aed59 100644 --- a/recipes/rust/rust.inc +++ b/recipes/rust/rust.inc @@ -268,7 +268,7 @@ rust_runmake () { unset CXXFLAGS unset CPPFLAGS - oe_runmake "$@" + oe_runmake "VERBOSE=1" "$@" } do_compile () {