diff options
author | Josh Blum | 2013-04-14 02:07:57 -0700 |
---|---|---|
committer | Josh Blum | 2013-04-14 02:07:57 -0700 |
commit | 445a71cd46511914c4fc7468e784495b7354a02f (patch) | |
tree | 53bdff4410967177e6361909867b3bd57fb19226 /lib/gras_impl | |
parent | 277dd31b08afcadceec7852012aa8b3c2cecbea7 (diff) | |
parent | 4c1a7bd1a0521476ae3faa92bd601569b4fc87a6 (diff) | |
download | sandhi-445a71cd46511914c4fc7468e784495b7354a02f.tar.gz sandhi-445a71cd46511914c4fc7468e784495b7354a02f.tar.bz2 sandhi-445a71cd46511914c4fc7468e784495b7354a02f.zip |
Merge branch 'benchmark_work'
Diffstat (limited to 'lib/gras_impl')
-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 c01e7d4..7934a1e 100644 --- a/lib/gras_impl/debug.hpp +++ b/lib/gras_impl/debug.hpp @@ -24,7 +24,7 @@ extern void *operator new(std::size_t n) throw (std::bad_alloc); //---------------------------------------------------------------------- //-- define to enable these debugs: //---------------------------------------------------------------------- -#define ASSERTING +//#define ASSERTING //#define MESSAGE_TRACING //#define ITEM_CONSPROD |