I've read in the manpage that
Note: GCC options -Ox, -fx and -mx are ignored.
It produces different binary sizes, compiling st with gcc -O3
, the binary size is 120K and with tcc it's 112K.
Is code compiled with tcc running slower than gcc -O3
?