mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Used subeaders to avoid slightly wonky looking formatting
This commit is contained in:
parent
1873af35bf
commit
af9bc4ec3d
1 changed files with 2 additions and 2 deletions
|
@ -816,7 +816,7 @@ Type `run` to run monerod
|
||||||
|
|
||||||
There are two tools available:
|
There are two tools available:
|
||||||
|
|
||||||
* ASAN
|
#### ASAN
|
||||||
|
|
||||||
Configure Monero with the -D SANITIZE=ON cmake flag, eg:
|
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.
|
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.
|
Install valgrind and run as `valgrind /path/to/monerod`. It will be very slow.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue