Skip to content
Snippets Groups Projects
Commit e3b5d764 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed AssertTest and AssertCudaTest for Release build

parent 246f74a1
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,10 @@
/* See Copyright Notice in tnl/Copyright */
#ifdef NDEBUG
#undef NDEBUG
#endif
#include <TNL/Assert.h>
#include <TNL/Devices/Cuda.h>
#include <TNL/Exceptions/CudaRuntimeError.h>
......
......@@ -8,6 +8,10 @@
/* See Copyright Notice in tnl/Copyright */
#ifdef NDEBUG
#undef NDEBUG
#endif
#include <TNL/Assert.h>
#ifdef HAVE_GTEST
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment