Gawain: re-enable strict error checking in release builds
Makes it easier for new volunteers to catch errors early.
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define TRUST_NO_ONE !defined(NDEBUG)
|
||||
// #define TRUST_NO_ONE !defined(NDEBUG)
|
||||
#define TRUST_NO_ONE 1
|
||||
// strict error checking, always enabled during early development
|
||||
|
||||
#include <GL/glew.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
Reference in New Issue
Block a user