<div dir="rtl"><div dir="ltr"><a href="http://llvm.org/bugs/show_bug.cgi?id=20741">http://llvm.org/bugs/show_bug.cgi?id=20741</a><br><br>With the current default, a programmer compiling his program with clang -g will not get debug info for std::string members and thus the gdb pretty printer for std::string will fail. That's how I noticed the problem in the first place. Given that libstdc++ is used in every C++ program and that std::string is quite popular, this isn't a good result.</div>

<div dir="ltr"><br></div><div dir="ltr">This patch makes  -fstandalone-debug default on mingw.</div><div dir="ltr"><br></div></div>