HomeFreeBSD

Mk/Uses/cargo.mk: Make build scripts more verbose

Description

Mk/Uses/cargo.mk: Make build scripts more verbose

Build scripts might build bundled libraries but non-error output
is hiddden by cargo. Given a crate with large enough bundled library
(looking at you rusty_v8) the build just sits there in silence
forever and you do not know what is happening or if anything is
happening at all. This also makes Poudriere build logs less useful.
Pass an additional --verbose to cargo to get more noisy output.

https://doc.rust-lang.org/cargo/reference/build-scripts.html#outputs-of-the-build-script

Details

Provenance
tobikAuthored on Apr 13 2021, 7:01 AM
Parents
R11:b2f64c35edad: graphics/mapcache: Simplify by converting to CMAKE_BOOL
Branches
Unknown
Tags
Unknown