Update readme
[c11tester.git] / config.h
index f86275a725a15344507dfbc46598e28fc95ba339..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
@@ -63,4 +63,9 @@
 //#define memory_order_volatile_load memory_order_relaxed
 //#define memory_order_volatile_store memory_order_relaxed
 
+//#define COLLECT_STAT
+#define REPORT_DATA_RACES
+
+//#define PRINT_TRACE
+
 #endif