Update readme
[c11tester.git] / config.h
index 1d0f59f6581b7f255dbccb1b45a34b90e19760ce..8eaca87430062d788bac17923f2097d77aad684e 100644 (file)
--- 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