You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drink::test macro builds all required contracts, but uses common build profile for them, possibly overwriting some parameters (like optimization passes). We might want to enable some customization, e.g. through contract exclusion from this build procedure
I'm wondering - some of these params are definable in Cargo.toml - especially for the root package - and here we're "overwriting" them. That's probably fine since we are "optimising for drink!" but just something to be aware of.
drink::test
macro builds all required contracts, but uses common build profile for them, possibly overwriting some parameters (like optimization passes). We might want to enable some customization, e.g. through contract exclusion from this build procedureOriginally posted by @deuszx in #70 (comment)
The text was updated successfully, but these errors were encountered: