Gawain: strict error checking in debug builds
Not release builds. Fix 66d7f01ecc to match what I meant to do.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user