Rewrite help texts for features enabled by default #6748

pull paveljanik wants to merge 1 commits into bitcoin:master from paveljanik:configure_disable changing 1 files +7 −7
  1. paveljanik commented at 5:50 AM on October 2, 2015: contributor

    As some features are enabled by default, configure --help should help the builder to disabled them. This PR changes configure --help output this way:

    -  --enable-wallet         enable wallet (default is yes)
    +  --disable-wallet        disable wallet (enabled by default)
    
    -  --enable-tests          compile tests (default is yes)
    +  --disable-tests         do not compile tests (default is to compile)
    
    -  --enable-hardening      attempt to harden the resulting executables (default
    -                          is yes)
    +  --disable-hardening     do not attempt to harden the resulting executables
    +                          (default is to harden)
    
    -  --enable-ccache         use ccache for building (default is yes if ccache is
    +  --disable-ccache        do not use ccache for building (default is to use if
                               found)
    

    The other three occurrences (--enable-static, --enable-shared and --enable-fast-install) are unfortunately upstream...

  2. Rewrite help texts for features enabled by default. 9ee5ac82f6
  3. jonasschnelli commented at 6:46 AM on October 2, 2015: contributor

    Was also thinking about this. Thanks.

    utACK.

  4. jgarzik commented at 11:26 AM on October 2, 2015: contributor

    ut ACK

  5. fanquake commented at 3:18 AM on October 3, 2015: member

    utACK

  6. petertodd commented at 2:59 PM on October 3, 2015: contributor

    utACK

  7. laanwj added the label Build system on Oct 5, 2015
  8. laanwj merged this on Oct 5, 2015
  9. laanwj closed this on Oct 5, 2015

  10. laanwj referenced this in commit e10a4ab904 on Oct 5, 2015
  11. MarcoFalke referenced this in commit 95f4291185 on Oct 22, 2015
  12. str4d cross-referenced this on Nov 12, 2019 from issue ./configure updates by str4d
  13. zkbot referenced this in commit 8e8a9350c3 on Jan 30, 2020
  14. bitcoin locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-05-20 06:55 UTC