Skip to content

Commit

Permalink
contrib: libxml2: don't disable debug in debug builds
Browse files Browse the repository at this point in the history
Signed-off-by: Rémi Denis-Courmont <[email protected]>
  • Loading branch information
robUx4 authored and Rémi Denis-Courmont committed Oct 27, 2016
1 parent ab6a83e commit 34c3e20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contrib/src/libxml2/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,14 @@ XMLCONF = --with-minimal \
--without-iconv \
--without-http \
--without-ftp \
--without-debug \
--without-docbook \
--without-regexps \
--without-python

ifdef WITH_OPTIMIZATION
XMLCONF+= --without-debug
endif

libxml2: libxml2-$(LIBXML2_VERSION).tar.gz .sum-libxml2
$(UNPACK)
$(APPLY) $(SRC)/libxml2/no-tests.patch
Expand Down

0 comments on commit 34c3e20

Please sign in to comment.