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

filter out also -include-pch when preprocessing for the remote #450

Closed llunak closed 5 years ago

llunak commented 5 years ago

It's apparently making Clang slower (presumably -include-pch is handled even in the -frewrite-includes mode where it's useless). Gcc's -include .gch is handled the same way already.