Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'server/tcf/config.h')
-rw-r--r--server/tcf/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tcf/config.h b/server/tcf/config.h
index 5f87d444..dd7a3ede 100644
--- a/server/tcf/config.h
+++ b/server/tcf/config.h
@@ -48,6 +48,7 @@
#define SERVICE_SysMonitor 0
#define SERVICE_Expressions 0
#define SERVICE_DPrintf 0
+#define SERVICE_Disassembly 0
#if !defined(SERVICE_Streams)
#define SERVICE_Streams 0
#endif
@@ -143,5 +144,6 @@
#define ENABLE_ExternalStackcrawl 0
#define ENABLE_SymbolsMux 0
#define ENABLE_LineNumbersMux 0
+#define ENABLE_ContextISA 0
#endif /* D_config */

Back to the top