Hi
I have a project that right now only compiles with cargo build
in bash but not the fish shell. Getting more information from Cargo about how the compilation and linker process (cc/ld) is prepared hopefully is a first step in understanding the problem. So is there something I can do to receive a little more verbose information from cargo?
Thanks
Koala
cargo build -vvv
shows all commands it runs.
1 Like