Gawain: re-enable strict error checking in release builds

Makes it easier for new volunteers to catch errors early.
This commit is contained in:
Mike Erwin
2016-11-16 12:14:55 -05:00
parent 472e2c5acf
commit 7aa82e7ed2

View File

@@ -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>