diff options
| author | Rohaq <rohaq at dearinternet[dot]com> | 2019-05-12 05:24:30 +0100 |
|---|---|---|
| committer | Rohaq <rohaq at dearinternet[dot]com> | 2019-05-12 05:24:30 +0100 |
| commit | af9bc4ec3de0ad0a47624425bff2a3751ce82a29 (patch) | |
| tree | 5348584a6bcd9be0902bb89763d69eea9d3f543b | |
| parent | 1873af35bfe4f475cfc3c3af66015cd03c34b93b (diff) | |
| download | monzero-core-af9bc4ec3de0ad0a47624425bff2a3751ce82a29.tar.gz monzero-core-af9bc4ec3de0ad0a47624425bff2a3751ce82a29.tar.xz monzero-core-af9bc4ec3de0ad0a47624425bff2a3751ce82a29.zip | |
Used subeaders to avoid slightly wonky looking formatting
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -816,7 +816,7 @@ Type `run` to run monerod There are two tools available: -* ASAN +#### ASAN Configure Monero with the -D SANITIZE=ON cmake flag, eg: @@ -826,7 +826,7 @@ cd build/debug && cmake -D SANITIZE=ON -D CMAKE_BUILD_TYPE=Debug ../.. You can then run the monero tools normally. Performance will typically halve. -* valgrind +#### valgrind Install valgrind and run as `valgrind /path/to/monerod`. It will be very slow. |
