We don’t need C++ with all its files, since our application is C only. I wondered if I can speed up rsb and waf and trim some fat by disabling the C++ compiler and C++ files being installed. The rsb-source-builder suppports --without-cxx and does not build the C++ compiler, yay.
However, waf configure keeps looking for a C++ compiler and stops because it cannot find one. Is there a way to tell waf I don’t need C++ support?