diff options
author | Josh Blum | 2013-05-06 02:44:15 -0700 |
---|---|---|
committer | Josh Blum | 2013-05-06 02:44:15 -0700 |
commit | 1818f96690423650d3eff31291b827b4ef2690e8 (patch) | |
tree | 5481f0733c21b2cdeb56924ad48e75a938d0d053 /lib | |
parent | 2c91c38ae57fe42f47d114e00cdbddb7d45a8430 (diff) | |
download | sandhi-1818f96690423650d3eff31291b827b4ef2690e8.tar.gz sandhi-1818f96690423650d3eff31291b827b4ef2690e8.tar.bz2 sandhi-1818f96690423650d3eff31291b827b4ef2690e8.zip |
gras: leave assertions in, can help more than hurt
Diffstat (limited to 'lib')
-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 52c2e16..04480d8 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 |