summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libxml2/makefile.mk3
-rw-r--r--libxslt/makefile.mk3
2 files changed, 0 insertions, 6 deletions
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk
index 558835e72ce0..6c7c0697f540 100644
--- a/libxml2/makefile.mk
+++ b/libxml2/makefile.mk
@@ -99,9 +99,6 @@ BUILD_DIR=$(CONFIGURE_DIR)
CONFIGURE_DIR=win32
CONFIGURE_ACTION=cscript configure.js
CONFIGURE_FLAGS=iconv=no sax1=yes
-.IF "$(dbgutil)"!=""
-CONFIGURE_FLAGS+=debug=yes
-.ENDIF
BUILD_ACTION=nmake
BUILD_DIR=$(CONFIGURE_DIR)
.ENDIF
diff --git a/libxslt/makefile.mk b/libxslt/makefile.mk
index 80eeea54bc7c..7c86a4cce6e1 100644
--- a/libxslt/makefile.mk
+++ b/libxslt/makefile.mk
@@ -97,9 +97,6 @@ BUILD_DIR=$(CONFIGURE_DIR)
CONFIGURE_DIR=win32
CONFIGURE_ACTION=cscript configure.js
#CONFIGURE_FLAGS=iconv=no sax1=yes
-.IF "$(dbgutil)"!=""
-CONFIGURE_FLAGS+=debug=yes
-.ENDIF
BUILD_ACTION=nmake
BUILD_DIR=$(CONFIGURE_DIR)
.ENDIF