merge
[model-checker.git] / config.h
index 94885427b3df46782b27ccb5ded48a6fac1e8c36..aacbb81db38613e43e10ff5ab6c43751173c6d30 100644 (file)
--- a/config.h
+++ b/config.h
 /* Size of stack to allocate for a thread. */
 #define STACK_SIZE (1024 * 1024)
 
+/** How many shadow tables of memory to preallocate for data race detector. */
 #define SHADOWBASETABLES 4
 
+/** Enable debugging assertions (via ASSERT()) */
+#define CONFIG_ASSERT
+
 #endif