Преглед на файлове

* Disabled debug contexts as they were useless.

svn: 2322
Bryan Drewery преди 21 години
родител
ревизия
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