aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-07-09 19:23:58 +0800
committerGitHub <noreply@github.com>2018-07-09 19:23:58 +0800
commit5bd2229247963f5ff5f90257cafeaae1af7b6917 (patch)
tree5446b83f32459f1ccd4b21ed4a627787df0fd27b
parentf83ff3bd33a391302144ecb7264efef0c50c8df3 (diff)
parentde78c816b5794009fef83fe81b6029e622357dd8 (diff)
downloaddexon-solidity-5bd2229247963f5ff5f90257cafeaae1af7b6917.tar
dexon-solidity-5bd2229247963f5ff5f90257cafeaae1af7b6917.tar.gz
dexon-solidity-5bd2229247963f5ff5f90257cafeaae1af7b6917.tar.bz2
dexon-solidity-5bd2229247963f5ff5f90257cafeaae1af7b6917.tar.lz
dexon-solidity-5bd2229247963f5ff5f90257cafeaae1af7b6917.tar.xz
dexon-solidity-5bd2229247963f5ff5f90257cafeaae1af7b6917.tar.zst
dexon-solidity-5bd2229247963f5ff5f90257cafeaae1af7b6917.zip
Merge pull request #4433 from mattaereal/patch-2
Docs: Missing new line for markdown to display properly
-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++