From: Vadim Zeitlin Date: Sat, 29 Jul 2006 23:35:33 +0000 (+0000) Subject: --enable-debug shouldn't be in COMMON_CONFIGURE_OPTIONS, it's used for dbg packages... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6890c56e85899e50e18cdb6a4ed0905eddb396cc?ds=inline;hp=6b2c5736c992fcea0f1d8dad5a48f073a1aab075 --enable-debug shouldn't be in COMMON_CONFIGURE_OPTIONS, it's used for dbg packages only git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/debian/rules b/debian/rules index ec2c69e352..4764fdb37e 100755 --- a/debian/rules +++ b/debian/rules @@ -86,7 +86,6 @@ COMMON_CONFIGURE_OPTIONS = \ --prefix=/usr \ --cache-file=$(config_cache) \ --with-flavour=$(DEBIAN_WXFLAVOUR) \ - --enable-debug \ --with-zlib=sys \ --disable-reserved_virtual \