--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
This commit is contained in:
Vadim Zeitlin 2006-07-29 23:35:33 +00:00
parent 6b2c5736c9
commit 6890c56e85

1
debian/rules vendored
View File

@ -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 \