The debug version of the STL is absurdly slow. Do not enable it here.

This commit is contained in:
Steve Checkoway
2008-07-28 04:30:04 +00:00
parent d563a5f640
commit acb706d550
@@ -1,12 +1,6 @@
#ifndef ARCH_SETUP_DARWIN_H
#define ARCH_SETUP_DARWIN_H
#ifdef DEBUG
// Enable STL assertions
#define _GLIBCXX_DEBUG
#define _GLIBCXX_DEBUG_PEDANTIC
#endif
// Replace the main function.
extern "C" int SM_main( int argc, char *argv[] );
#define main(x,y) SM_main(x,y)