irondash / cargokit

Integrate cargo build with flutter plugins and applications.
Other
58 stars 18 forks source link

Quietly `cargo run` on `build_tool` #2

Closed temeddix closed 1 year ago

temeddix commented 1 year ago

https://github.com/cunarist/rust-in-flutter/issues/59

There was an issue asking why the custom Rust crate is built in debug mode, even in release mode. It turned out this misconception was because of that debug info being printed out was actually from the build_tool crate of cargokit, not the custom Rust crate. It would be nice to gracefully hide the build_tool compiling info IMHO :)