mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Docs: Missing new line for markdown to display properly
Somehow on the last PR I sent about this section a newline disappeared, I added it again.
This commit is contained in:
parent
7101a89056
commit
de78c816b5
@ -209,6 +209,7 @@ At this stage you should be able to see a message similar to the following:
|
|||||||
If the instrumentation messages did not appear, try switching the cmake flags pointing to AFL's clang binaries:
|
If the instrumentation messages did not appear, try switching the cmake flags pointing to AFL's clang binaries:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
# if previously failed
|
# if previously failed
|
||||||
make clean
|
make clean
|
||||||
cmake .. -DCMAKE_C_COMPILER=path/to/afl-clang -DCMAKE_CXX_COMPILER=path/to/afl-clang++
|
cmake .. -DCMAKE_C_COMPILER=path/to/afl-clang -DCMAKE_CXX_COMPILER=path/to/afl-clang++
|
||||||
|
Loading…
Reference in New Issue
Block a user