diff options
Diffstat (limited to 'lib/libcxx/src/debug.cpp')
-rw-r--r-- | lib/libcxx/src/debug.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcxx/src/debug.cpp b/lib/libcxx/src/debug.cpp index f2fc1ceb495..c0739275d96 100644 --- a/lib/libcxx/src/debug.cpp +++ b/lib/libcxx/src/debug.cpp @@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// +#define _LIBCPP_DEBUG 1 #include "__config" #include "__debug" #include "functional" |