chiark / gitweb /
routesearch: make #define debug_flags work again, but still not faster
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 17 Oct 2009 15:13:10 +0000 (16:13 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 17 Oct 2009 15:13:10 +0000 (16:13 +0100)
yarrg/rscommon.h
yarrg/rsmain.c

index 216fec30176a1ac373859d5cb1af4e4a891a8b89..1e6679db087035d3a8e7e9da964a94fa94f1ef45 100644 (file)
@@ -14,6 +14,8 @@
    DF(tableau)                                 \
    DF(lp)
 
+//#define debug_flags 0
+
 #define debug debug_file
 
 #include "common.h"
index 2a172c9d95999fe91ef0537807383bd5d7a92d05..345c8825d2443ba576fa7625a7a46449620d5d0c 100644 (file)
@@ -49,8 +49,8 @@ int main(int argc, const char **argv) {
       debug_flags= 0;
     } else if (!strcmp(arg,"-D1")) {
       debug_flags= ~(dbg_sql2|dbg_lp|dbg_value2);
-    } else {
 #endif
+    } else {
       abort();
     }
   }