Add option --experimental-disable-optimizations-for-debugging
type:added
Adds an option --experimental-disable-optimizations-for-debugging which currently disables the self_mini_c inlining/beta/eta optimizations.
This is intended for stepwise Michelson debuggers like Serokell's, making the relationship between the source LIGO and the target Michelson more direct. We will see how well it works...
I am attempting to skip the changelog entry because this is only intended for Serokell experimentation, for now.