8 lines
103 B
C
8 lines
103 B
C
#include "debug.h"
|
|
|
|
#if NDEBUG
|
|
int g_debug_error_abort = 0;
|
|
#else
|
|
int g_debug_error_abort = 1;
|
|
#endif
|