We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad61647 commit 04cd3b3Copy full SHA for 04cd3b3
1 file changed
include/aurora/gfx.h
@@ -9,7 +9,7 @@ extern "C" {
9
#include "stdint.h"
10
#endif
11
12
-#ifndef NDEBUG
+#if !defined(NDEBUG) && !defined(AURORA_GFX_DEBUG_GROUPS)
13
#define AURORA_GFX_DEBUG_GROUPS
14
15
0 commit comments