I'm using truffle development environment for prototype contract development and I need to change compiler setting (e.g. turn optimization on and off).
The documentation for the development environment does not say how to control the compiler settings. How do I do so?
I tested the settings and gasUsed changed, so looks correct.
– Paul S Sep 07 '17 at 17:21