diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-27 10:13:19 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-30 08:58:59 +0200 |
commit | 9cceba9a928cf3b3447f293020be2fe76c035ed5 (patch) | |
tree | c3d149661a4eefeb1fc7449da92d9820c44b75c9 /tools/source/debug | |
parent | b3d28822a650166bb7ff5759499cd5ce0124f746 (diff) |
make DBG_TESTSOLARMUTEX available in assert builds
where our QA people are more likely to trigger it
Change-Id: I4ce7c8c72e7e21f2296c0f9cc9f019aaef32ed0b
Reviewed-on: https://gerrit.libreoffice.org/58170
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'tools/source/debug')
-rw-r--r-- | tools/source/debug/debug.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/debug/debug.cxx b/tools/source/debug/debug.cxx index 220d577be52d..9f32eab3267c 100644 --- a/tools/source/debug/debug.cxx +++ b/tools/source/debug/debug.cxx @@ -45,7 +45,7 @@ #include <cxxabi.h> #endif -#ifdef DBG_UTIL +#ifndef NDEBUG struct DebugData { |