Don't build GL_Callstacks demo in release

* The nice callstacks we're looking for won't happen in release builds.
This commit is contained in:
baldurk
2020-12-10 16:56:34 +00:00
parent bd342e1596
commit 9a6ec5282d
+4
View File
@@ -24,6 +24,8 @@
#include "gl_test.h"
#if !defined(RELEASE)
RD_TEST(GL_Callstacks, OpenGLGraphicsTest)
{
static constexpr const char *Description =
@@ -125,3 +127,5 @@ void main()
};
REGISTER_TEST();
#endif