Skip to content

Conversation

paveljanik
Copy link
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...

@jonasschnelli
Copy link
Contributor

Was also thinking about this.
Thanks.

utACK.

@jgarzik
Copy link
Contributor

jgarzik commented Oct 2, 2015

ut ACK

@fanquake
Copy link
Member

fanquake commented Oct 3, 2015

utACK

1 similar comment
@petertodd
Copy link
Contributor

utACK

@laanwj laanwj merged commit 9ee5ac8 into bitcoin:master Oct 5, 2015
laanwj added a commit that referenced this pull request Oct 5, 2015
9ee5ac8 Rewrite help texts for features enabled by default. (Pavel Janík)
maflcko pushed a commit to maflcko/bitcoin-core that referenced this pull request Oct 22, 2015
zkbot added a commit to zcash/zcash that referenced this pull request Jan 30, 2020
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants