Added a disclaimer so the user is aware of binary (#3751)

* Added a disaclaimer so the user is aware of binary

- added disclaimer for `-s -w`

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>

* move up to compile
This commit is contained in:
Marko 2019-06-24 20:13:25 +02:00 committed by Ethan Buchman
parent 4c4bf0f131
commit e93e8e730d

View File

@ -45,6 +45,8 @@ make build
to put the binary in `./build`. to put the binary in `./build`.
_DISCLAIMER_ The binary of tendermint is build/installed without the DWARF symbol table. If you would like to build/install tendermint with the DWARF symbol and debug information, remove `-s -w` from `BUILD_FLAGS` in the make file.
The latest `tendermint version` is now installed. The latest `tendermint version` is now installed.
## Run ## Run