Add option --experimental-disable-optimizations-for-debugging

Tom Jack requested to merge experimental-disable-optimizations-for-debugging into dev

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.

Merge request reports