From e93e8e730d8d3044db7d7ae78d20af036332fafa Mon Sep 17 00:00:00 2001 From: Marko Date: Mon, 24 Jun 2019 20:13:25 +0200 Subject: [PATCH] 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 * move up to compile --- docs/introduction/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/introduction/install.md b/docs/introduction/install.md index 4f35ffef7..00e04fa0b 100644 --- a/docs/introduction/install.md +++ b/docs/introduction/install.md @@ -45,6 +45,8 @@ make 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. ## Run