Skip to content

Commit ff935bf

Browse files
rogernelsonjminor
authored andcommitted
Don't skip asserts in unit test release builds (#1236)
1 parent 7dda0da commit ff935bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#pragma once
2+
#undef NDEBUG
23

34
#include <algorithm>
45
#include <cassert>

0 commit comments

Comments
 (0)