Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Wie kann ich in Linux, wenn ich make starte, einstellen, dass er clang++ statt g++ als Compiler nimmt?
make CXX=clang++ oder sonst halt das Makefile nach g++ durchsuchen und durch clang++ ersetzen.
make CXX=clang++
thx mate