We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d5850 commit c4a1a71Copy full SHA for c4a1a71
test/benchmark_i128.cpp
@@ -2,7 +2,7 @@
2
// Distributed under the Boost Software License, Version 1.0.
3
// https://www.boost.org/LICENSE_1_0.txt
4
5
-#ifdef NDEBUG
+#if defined(NDEBUG) && !defined(UBSAN)
6
#define BOOST_INT128_BENCHMARK_I128
7
#endif // NDEBUG
8
0 commit comments