aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contributing.rst
diff options
context:
space:
mode:
authorMatías A. Ré Medina <aereal@gmail.com>2018-07-05 07:23:14 +0800
committerGitHub <noreply@github.com>2018-07-05 07:23:14 +0800
commitde78c816b5794009fef83fe81b6029e622357dd8 (patch)
tree0830a7b83ba43572ed80ea111942694f9c50f768 /docs/contributing.rst
parent7101a8905656d52cf9023a2e4340219d184920c3 (diff)
downloaddexon-solidity-de78c816b5794009fef83fe81b6029e622357dd8.tar.gz
dexon-solidity-de78c816b5794009fef83fe81b6029e622357dd8.tar.zst
dexon-solidity-de78c816b5794009fef83fe81b6029e622357dd8.zip
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.
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r--docs/contributing.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 481aab1e..231cbdfc 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -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 previously failed
make clean
cmake .. -DCMAKE_C_COMPILER=path/to/afl-clang -DCMAKE_CXX_COMPILER=path/to/afl-clang++