Skip to content

OverloadCompilerFlags: cache string with default compiler flags passed

Robert K requested to merge feature/overload-compiler-script into master

This patch fixes a problem that the CXX flags were not cached. Also, compiler.sh is renamed to cxx_compiler.sh since we are only wrapping the CXX compiler.

Merge request reports