summaryrefslogtreecommitdiff
path: root/src/pal/src/debug/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/src/debug/debug.cpp')
-rw-r--r--src/pal/src/debug/debug.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pal/src/debug/debug.cpp b/src/pal/src/debug/debug.cpp
index 9b032c11fc..a9fa01978f 100644
--- a/src/pal/src/debug/debug.cpp
+++ b/src/pal/src/debug/debug.cpp
@@ -71,8 +71,10 @@ SET_DEFAULT_DEBUG_CHANNEL(DEBUG);
/* ------------------- Constant definitions ----------------------------------*/
+#if !HAVE_VM_READ && !HAVE_PROCFS_CTL
const BOOL DBG_ATTACH = TRUE;
const BOOL DBG_DETACH = FALSE;
+#endif
static const char PAL_OUTPUTDEBUGSTRING[] = "PAL_OUTPUTDEBUGSTRING";
#ifdef _DEBUG