search for: llvmbinpath

Displaying 1 result from an estimated 1 matches for "llvmbinpath".

2007 Jun 09
1
[LLVMdev] Fun with _GLIBCXX_DEBUG
So far we've tracked down four bugs using _GLIBCXX_DEBUG, all of them quite subtle and some of them leading to serious problems like heap corruption. But we've also discovered that compile time can skyrocket in some cases as the library does its checks. The standard library complexity guarantees don't apply with _GLIBCXX_DEBUG. Therefore, we should figure out if we want to enable