Subgraphing code in place
[satune.git] / src / config.h
index b97f7da287e1ab0a963b39ef1cb571be87d1f6bb..db02014b5f128ab4262b83f69f1ec7ae5a12dfc9 100644 (file)
 /** Turn on debugging. */
 #ifndef CONFIG_DEBUG
 //#define CONFIG_DEBUG
+#define TRACE_DEBUG
 #endif
 
 #ifndef CONFIG_ASSERT
-//#define CONFIG_ASSERT
+#define CONFIG_ASSERT
 #endif
 
-//#define VERBOSE_CONSTRAINTS
-
 #endif