summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tci.c b/tci.c
index 71de66d508..a412a4ed93 100644
--- a/tci.c
+++ b/tci.c
@@ -20,7 +20,7 @@
#include "config.h"
/* Defining NDEBUG disables assertions (which makes the code faster). */
-#if !defined(CONFIG_TCG_DEBUG) && !defined(NDEBUG)
+#if !defined(CONFIG_DEBUG_TCG) && !defined(NDEBUG)
# define NDEBUG
#endif