Skip to content

Commit 0091013

Browse files
committed
seeing if this is enough
1 parent 465b721 commit 0091013

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/library_checker_aizu_tests/strings/lcp_array.test.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
// just because with debug mode, test runs in 30s, and
44
// there's like 30 tests
55
#undef _GLIBCXX_DEBUG
6+
#undef _GLIBCXX_SANITIZE_VECTOR
7+
#undef _GLIBCXX_DEBUG_PEDANTIC
8+
#undef _GLIBCXX_ASSERTIONS
9+
#undef _FORTIFY_SOURCE
610
#include "../template.hpp"
711
#include "../../../library/strings/suffix_array/suffix_array.hpp"
812
#include "../../../library/strings/suffix_array/suffix_array_short.hpp"

0 commit comments

Comments
 (0)