From fcd7ee3c886c435f178230b13d0b0cb0c9c40c53 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Wed, 23 May 2018 16:31:42 +0200 Subject: Remove the Dark Matter Detector (DMD) Memeory debugger component. This resolves #376. --- config/config.mk | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'config/config.mk') diff --git a/config/config.mk b/config/config.mk index 4e3fd1a6c..24442bfe9 100644 --- a/config/config.mk +++ b/config/config.mk @@ -173,17 +173,6 @@ OS_LDFLAGS += -DEBUG -OPT:REF endif endif -# -# Handle DMD in optimized builds. -# -ifdef MOZ_DMD -ifdef HAVE_64BIT_BUILD -OS_LDFLAGS = -DEBUG -OPT:REF,ICF -else -OS_LDFLAGS = -DEBUG -OPT:REF -endif -endif # MOZ_DMD - endif # MOZ_DEBUG endif # WINNT && !GNU_CC -- cgit v1.2.3