3 | | I have no idea why we use {{{-Os}}} by default (and is hardcoded in the Makefile). |
4 | | We should have a setting for it in Tools->Options->Simulation right below the compiler setting. |
| 3 | So we could simply change it there to {{{-O0}}}, or just remove it, since I understand that's the default option for clang. |
| 4 | |
| 5 | > We should have a setting for it in Tools->Options->Simulation right below the compiler setting. |
| 6 | |
| 7 | Yes, we could have it as a GUI option. Maybe we should make some evaluations on what are the more useful settings ({{{-Os}}}? {{{-O3}}}?) |