Index: libcxxabi/trunk/src/abort_message.cpp =================================================================== --- libcxxabi/trunk/src/abort_message.cpp +++ libcxxabi/trunk/src/abort_message.cpp @@ -35,7 +35,7 @@ void abort_message(const char* format, ...) { // write message to stderr -#if !defined(NDEBUG) && !defined(LIBCXXABI_BAREMETAL) +#if !defined(NDEBUG) || !LIBCXXABI_BAREMETAL #ifdef __APPLE__ fprintf(stderr, "libc++abi.dylib: "); #endif