Просмотр исходного кода

* Disabled debug contexts as they were useless.

svn: 2322
Bryan Drewery 21 лет назад
Родитель
Сommit
64dd9216b6
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      doc/UPDATES
  2. 1 1
      src/debug.h

+ 1 - 1
doc/UPDATES

@@ -14,7 +14,7 @@ Lines prefixed with '-' were disabled before release and are not finished, or ar
 1.2.6
 * (REVERTED FROM 1.2.3) Disabled all memory allocations after a segfault (Fixes CPU spinning)
   -This actually CAUSED cpu-spins after segfaults.
-
+* Disabled debug contexts as they were useless.
 
 1.2.5
 * Fixed a segfault/cpu-spin with mode parsing. (#25)

+ 1 - 1
src/debug.h

@@ -10,7 +10,7 @@
  * WARNING: DO NOT send in bug reports if you undefine this!
  */
 
-#define DEBUG_CONTEXT
+#undef DEBUG_CONTEXT
 
 /*
  *    Handy aliases for memory tracking and core dumps