icecc / icecream

Distributed compiler with a central scheduler to share build load
GNU General Public License v2.0
1.6k stars 252 forks source link

fix str_startswith #632

Closed hbiyik closed 6 months ago

hbiyik commented 6 months ago

in case len of head is less than worm, it should not match.

This causes compiler like gcc -foo -bar -s to be interpreted as gcc -foo -bar -somethingelse, and due to -s icecc thinks that it is starting with -save-temps= causing to locally compile