diff options
author | Josh Blum | 2012-09-24 00:08:52 -0400 |
---|---|---|
committer | Josh Blum | 2012-09-24 00:08:52 -0400 |
commit | 060a73191e0f234e69157199c47bdad33c0fa42a (patch) | |
tree | e613bd938ffa0dde81fe81e2f053474ed86f492c /lib/gras_impl/debug.hpp | |
parent | b8e83b3208e2c5297fd0cbe2da463dfaba17f37d (diff) | |
download | sandhi-060a73191e0f234e69157199c47bdad33c0fa42a.tar.gz sandhi-060a73191e0f234e69157199c47bdad33c0fa42a.tar.bz2 sandhi-060a73191e0f234e69157199c47bdad33c0fa42a.zip |
smaller buffers seems to make qa tests faster
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 49260fe..5aa8e8e 100644 --- a/lib/gras_impl/debug.hpp +++ b/lib/gras_impl/debug.hpp @@ -31,7 +31,7 @@ //-- define to enable these debugs: //---------------------------------------------------------------------- //#define WORK_DEBUG -//#define ASSERTING +#define ASSERTING //---------------------------------------------------------------------- //-- various debug prints |