Hello,
It would be nice to have some optimization level control, it appears that it does optimization based on Debug/Release build but it's not ideal as would be super neat to test different optimization levels (especially -Os).
Would that be possible to add as a flag or so it can spot optimization level -0x is already defined by user and then skip it's own forced optimization?
Hello, It would be nice to have some optimization level control, it appears that it does optimization based on Debug/Release build but it's not ideal as would be super neat to test different optimization levels (especially
-Os
).Would that be possible to add as a flag or so it can spot optimization level
-0x
is already defined by user and then skip it's own forced optimization?Thank you!