about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--mk/tests.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/tests.mk b/mk/tests.mk
index 549741ddd65..33a828d6e67 100644
--- a/mk/tests.mk
+++ b/mk/tests.mk
@@ -386,6 +386,10 @@ ifeq ($(CFG_GDB),)
 CTEST_DISABLE_debuginfo = "no gdb found"
 endif
 
+ifeq ($(CFG_OSTYPE),apple-darwin)
+CTEST_DISABLE_debuginfo = "gdb on darwing needs root"
+endif
+
 define DEF_CTEST_VARS
 
 # All the per-stage build rules you might want to call from the