#ifndef DEBUG_H #define DEBUG_H #include #ifdef NDEBUG #define opt_debug false #else extern bool opt_debug; #endif #endif