I want my source be compiled with different settings: for local deployment and for mainnet deployment. How to make options different?
I can create a Makefile
that would write different values to a Motoko source file, but I am afraid that I by instinct will type dfx deploy --ic
and this would upload my locally stored keys to the public network.
So, how?