@KenSharp
c++
isn't a valid name, it's usually either libstdc++
or libc++
. (Your flag gives me an error about this, rather than the "unused flag" warning.) For some reason, I no longer get the unused flag warning for -stdlib
in C mode at all, even without --start-no-unused-arguments
.