X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker.git;a=blobdiff_plain;f=config.h;fp=config.h;h=e064e39a4a2f3a742f7b02d1b1229fa98da2b684;hp=109e8d86097ab55c545705f0059c544bb01b9738;hb=60152880142086a170ba4e169fcb8216b351b090;hpb=fe5cffdbd16698d2508cdb472212189ab12bde4f diff --git a/config.h b/config.h index 109e8d8..e064e39 100644 --- a/config.h +++ b/config.h @@ -9,6 +9,10 @@ /* #ifndef CONFIG_DEBUG #define CONFIG_DEBUG #endif + + #ifndef CONFIG_ASSERT + #define CONFIG_ASSERT + #endif */ /** Turn on support for dumping cyclegraphs as dot files at each @@ -44,5 +48,7 @@ /* Size of stack to allocate for a thread. */ #define STACK_SIZE (1024 * 1024) +/** Enable debugging assertions (via ASSERT()) */ +#define CONFIG_ASSERT #endif