Gawain: strict error checking in debug builds

Not release builds. Fix 66d7f01ecc to match what I meant to do.
This commit is contained in:
2016-11-11 23:53:58 -06:00
parent 8fd510f4b8
commit eb880f280d

View File

@@ -11,7 +11,7 @@
#pragma once
#define TRUST_NO_ONE defined(NDEBUG)
#define TRUST_NO_ONE !defined(NDEBUG)
#include <GL/glew.h>
#include <stdbool.h>