Revision 17904bcf

b/tci.c
20 20
#include "config.h"
21 21

  
22 22
/* Defining NDEBUG disables assertions (which makes the code faster). */
23
#if !defined(CONFIG_TCG_DEBUG) && !defined(NDEBUG)
23
#if !defined(CONFIG_DEBUG_TCG) && !defined(NDEBUG)
24 24
# define NDEBUG
25 25
#endif
26 26

  

Also available in: Unified diff