X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=config.h;h=8eaca87430062d788bac17923f2097d77aad684e;hb=HEAD;hp=1d0f59f6581b7f255dbccb1b45a34b90e19760ce;hpb=c7a5091afba87a67423c0797fa001914ce9e2ff4;p=c11tester.git diff --git a/config.h b/config.h index 1d0f59f6..8eaca874 100644 --- a/config.h +++ b/config.h @@ -48,7 +48,7 @@ #define SHADOWBASETABLES 4 /** Enable debugging assertions (via ASSERT()) */ -#define CONFIG_ASSERT +//#define CONFIG_ASSERT /** Enable mitigations against fork handlers that call into locks... */ #define FORK_HANDLER_HACK @@ -66,4 +66,6 @@ //#define COLLECT_STAT #define REPORT_DATA_RACES +//#define PRINT_TRACE + #endif