diff options
author | Josh Blum | 2012-12-29 11:26:07 -0600 |
---|---|---|
committer | Josh Blum | 2012-12-29 11:26:07 -0600 |
commit | 1a62dab0c2f987eed7072c236ffc21852f7742f6 (patch) | |
tree | 04c030118f3e804d3af1b7ba03ff6d07ba7c5e28 /lib/gras_impl/debug.hpp | |
parent | 02308d2f65f2b75b2d43db598739efd9c51851a6 (diff) | |
download | sandhi-1a62dab0c2f987eed7072c236ffc21852f7742f6.tar.gz sandhi-1a62dab0c2f987eed7072c236ffc21852f7742f6.tar.bz2 sandhi-1a62dab0c2f987eed7072c236ffc21852f7742f6.zip |
misc changes on the benchmark branch
Diffstat (limited to 'lib/gras_impl/debug.hpp')
-rw-r--r-- | lib/gras_impl/debug.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gras_impl/debug.hpp b/lib/gras_impl/debug.hpp index e0e7a35..7ec71e0 100644 --- a/lib/gras_impl/debug.hpp +++ b/lib/gras_impl/debug.hpp @@ -25,7 +25,7 @@ extern void *operator new(std::size_t n) throw (std::bad_alloc); //-- define to enable these debugs: //---------------------------------------------------------------------- //#define WORK_DEBUG -#define ASSERTING +//#define ASSERTING //#define MESSAGE_TRACING //#define ITEM_CONSPROD //#define WORK_COUNTS |