disable asserts globally unless DEBUG is defined
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
|
||||
#include "header.h"
|
||||
|
||||
#define assert(x) /*nothing*/
|
||||
|
||||
typedef int64_t i64;
|
||||
typedef uint64_t ui64;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user