• Kirill Smelkov's avatar
    X compilebench: Rework how `tcc -O2` is skipped · 5346237c
    Kirill Smelkov authored
    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
    5346237c
doit.sh 2.45 KB