X compilebench: Rework how `tcc -O2` is skipped
Don't continue on `if $CC == tcc` -> instead put actions that are not appropriate for `tcc -O2` under `if $CC != tcc`. We will add other actions to that loop - that's the reason. In preparation to add pystone_pyx.pyx
Showing
Please register or sign in to comment