diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-08-01 08:23:29 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-08-01 08:23:29 +0000 |
commit | 2166fb982fae87c1ce63c3f6445afad844574ed8 (patch) | |
tree | f3f27ccdf0cd4cced75c481b7251a9ae37b12c71 /config/global/logging.in | |
parent | fe5feb115430b2126edce4af8d806054396ebd91 (diff) | |
download | crosstool-ng-2166fb982fae87c1ce63c3f6445afad844574ed8.tar.gz crosstool-ng-2166fb982fae87c1ce63c3f6445afad844574ed8.tar.bz2 crosstool-ng-2166fb982fae87c1ce63c3f6445afad844574ed8.zip |
Change some config items' default values.
/trunk/config/global/paths.in | 4 2 2 0 ++--
/trunk/config/global/logging.in | 2 1 1 0 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Diffstat (limited to 'config/global/logging.in')
-rw-r--r-- | config/global/logging.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global/logging.in b/config/global/logging.in index 49cda1fb..2707d2b7 100644 --- a/config/global/logging.in +++ b/config/global/logging.in @@ -104,7 +104,7 @@ config LOG_TO_FILE config LOG_FILE_COMPRESS bool prompt "Compress the log file" - default n + default y depends on LOG_TO_FILE help Compress the log file once the toolchain is successfully built. |