diff options
| author | Cory Fields <[email protected]> | 2014-09-23 17:51:10 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-09-25 14:56:26 -0400 |
| commit | 1f7fff2beea20c3f1bf5a4496f81cb9be9e0e07e (patch) | |
| tree | f12e3304126b3b2ceadc1f72dba211375e915a3e /depends/README.usage | |
| parent | depends: make LDFLAGS act like the other flags (diff) | |
| download | discoin-1f7fff2beea20c3f1bf5a4496f81cb9be9e0e07e.tar.xz discoin-1f7fff2beea20c3f1bf5a4496f81cb9be9e0e07e.zip | |
depends: add docs for debug
Diffstat (limited to 'depends/README.usage')
| -rw-r--r-- | depends/README.usage | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/depends/README.usage b/depends/README.usage index 0aacefbf9..d3c57956f 100644 --- a/depends/README.usage +++ b/depends/README.usage @@ -22,6 +22,7 @@ FALLBACK_DOWNLOAD_PATH: If a source file can't be fetched, try here before givin NO_QT: Don't download/build/cache qt and its dependencies NO_WALLET: Don't download/build/cache libs needed to enable the wallet NO_UPNP: Don't download/build/cache packages needed for enabling upnp +DEBUG: disable some optimizations and enable more runtime checking If some packages are not built, for example 'make NO_WALLET=1', the appropriate options will be passed to bitcoin's configure. In this case, --disable-wallet. |