The default value of cargo-target-directory is unfortunate, and might lead to long build times - especially when working with and building more contracts (using a single default folder would have an impact on build caching).
Actually, in the near future, mxpy contract build will delegate all its functionality to sc-meta. This, in turn, would be responsible with setting an appropriate default value for targetdir.
The default value of
cargo-target-directory
is unfortunate, and might lead to long build times - especially when working with and building more contracts (using a single default folder would have an impact on build caching).