I’ve created a new C++ build system: g++ *
@rifkin Can't you simplify it to just * with touch g++?
@barubary Yes, but it would come at the cost of -g
@rifkin Easily fixed! -g is equivalent to -g2, which sorts after g++ (at least under LC_COLLATE=en_US.UTF-8).