Skip to content
  • David Greene's avatar
    Add support for building with _GLIBCXX_DEBUG. New configure option · cbc8ddf8
    David Greene authored
    --enable-expensive-checks allows the developer to enable runtime
    checking that can greatly increase compile time.  Currently it only
    turns on _GLIBCXX_DEBUG.  Other expensive debugging checks added later
    should be controlled by this configure option.
    
    This patch also updates llvm-config with a --cppflags option to inform
    llvm-gcc how to build itself so that it is compatible with an llvm that
    was built with _GLIBCXX_DEBUG.
    
    llvm-svn: 37777
    cbc8ddf8
Loading