mandrean / cw-optimizoor

A blazingly fast compiling & optimization tool for CosmWasm smart contracts.
MIT License
50 stars 6 forks source link

fix: Build contracts with library feature-flags separately #5

Closed mandrean closed 2 years ago

mandrean commented 2 years ago

Build contracts that depend on other contracts (with feature = library enabled) separately. Workaround for the cargo feature unification bug mentioned in https://github.com/mandrean/cw-optimizoor/issues/3#issuecomment-1192581975.

Fixes #3.