Closed hbiyik closed 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
gcc -foo -bar -s
gcc -foo -bar -somethingelse
in case len of head is less than worm, it should not match.
This causes compiler like
gcc -foo -bar -s
to be interpreted asgcc -foo -bar -somethingelse
, and due to -s icecc thinks that it is starting with -save-temps= causing to locally compile