#ifndef DEBUG_H #define DEBUG_H
//#define DEBUG
#define BENCHMARK
#ifndef DEBUG #define NDEBUG #endif #include <assert.h> #endif /* DEBUG_H */