#per binary cargo profile

6 messages · Page 1 of 1 (latest)

lucid light
#

Cargo seems to not allow setting profiles for non-root packages. This is however at odds with some projects where one binary may want to abort on panic but another binary may want to unwind

warning: profiles for the non root package will be ignored, specify profiles at the workspace root:

mighty matrix
#

You put these in the workspace's config

#

However, panic is one of the 3 unsupported overrides

#

There is an open issue out for it