I have a very big project, I managed to use distcc with the non-pump method. I use red hat servers but I have to use source scl_source enable devtoolset-7 In order to use a more recent version of g++ and build the project. Is there any specific configuration that could be done so pump mode works? Currently if I try and use pump mode I can see it's using the wrong version of g++ because I get the following message: cc: error: unrecognized command line option '-std=c++17'
I expected the pump mode to have this issue, since non-pump mode method works just fine. :)