diff options
Diffstat (limited to 'util/debug_util.cpp')
-rw-r--r-- | util/debug_util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/debug_util.cpp b/util/debug_util.cpp index 283053f..9c2f5dc 100644 --- a/util/debug_util.cpp +++ b/util/debug_util.cpp @@ -21,7 +21,7 @@ namespace mongo { -#if defined(_DEBUG) && !defined(_WIN32) +#if defined(USE_GDBSERVER) /* Magic gdb trampoline * Do not call directly! call setupSIGTRAPforGDB() * Assumptions: |