]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/std-string.hh
Issue 2787: Sanitize usage of -DDEBUG, -DNDEBUG and assert
[lilypond.git] / flower / include / std-string.hh
index ea65fe042e52b5402c125313deaf5357a3243c84..651f3403a11f590cb1035a4fdec62e7e1b4a9ce6 100644 (file)
@@ -27,7 +27,7 @@
 /*
   leads to dubious crashes - libstdc++  bug?
  */
-#ifndef NDEBUG
+#ifdef DEBUG
 #define _GLIBCXX_DEBUG 1
 #endif
 #endif