diff options
author | Matías A. Ré Medina <aereal@gmail.com> | 2018-07-05 07:23:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-05 07:23:14 +0800 |
commit | de78c816b5794009fef83fe81b6029e622357dd8 (patch) | |
tree | 0830a7b83ba43572ed80ea111942694f9c50f768 /docs | |
parent | 7101a8905656d52cf9023a2e4340219d184920c3 (diff) | |
download | dexon-solidity-de78c816b5794009fef83fe81b6029e622357dd8.tar dexon-solidity-de78c816b5794009fef83fe81b6029e622357dd8.tar.gz dexon-solidity-de78c816b5794009fef83fe81b6029e622357dd8.tar.bz2 dexon-solidity-de78c816b5794009fef83fe81b6029e622357dd8.tar.lz dexon-solidity-de78c816b5794009fef83fe81b6029e622357dd8.tar.xz 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')
-rw-r--r-- | docs/contributing.rst | 1 |
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++ |