dfinity / sdk

IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.
https://internetcomputer.org/developers
Apache License 2.0
163 stars 85 forks source link

`dfx build` and `dfx deploy` should be able to pass additional command line arguments to `moc` #3708

Open vporton opened 3 months ago

vporton commented 3 months ago

dfx build (and dfx deploy) should have the feature to pass an additional command line arguments to moc.

It is needed, for instance, for conditional compilation (passing different --package arguments to moc would solve my problem).

lwshang commented 2 months ago

This doesn't seem to be an issue with Rust CDK but rather with general development using dfx.