summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-09-01 11:27:27 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-09-01 11:36:59 -0400
commitaf773654b2faf1d001fa2fa6b929a67ce7c7ca00 (patch)
treeb584eb7f1c29775aa84bdc2a0570dc58560e0a24 /debian
parentf34171a7ffb8b8d5a32aad46452695ccef591739 (diff)
downloade2fsprogs-af773654b2faf1d001fa2fa6b929a67ce7c7ca00.tar.gz
Enable test_io debugging by default
Test I/O debugging is incredibly useful for rooting out problems, so let's enable by default, especially now that its overhead is only incurred when it is needed. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 41756191..7b20faf1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -120,7 +120,7 @@ COMMON_CONF_FLAGS = \
STD_CONF_FLAGS = --with-ccopts="${CCOPTS}" --enable-compression
BF_CONF_FLAGS = --with-ccopts="${CCOPTS} ${BF_CCOPTS}" \
- --disable-nls --disable-imager \
+ --disable-nls --disable-imager --disable-testio-debug \
--disable-uuidd --disable-tls \
--disable-debugfs --disable-e2initrd-helper