diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-14 06:07:54 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-14 06:07:54 +0000 |
commit | ea40199a05feb631391f0977850f8641380d2b4c (patch) | |
tree | e969e9216c67409149a8de9af7315039ba15d5bd /README.md | |
parent | added the rule switches definitions (diff) | |
download | mutator-ea40199a05feb631391f0977850f8641380d2b4c.tar.gz mutator-ea40199a05feb631391f0977850f8641380d2b4c.zip |
added a note regarding building with Release mode
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ All the as-of-yet implemented features of the project are very much buildable an #### Linux -To build the project, you need to have the LLVM libraries 4.0 and up. The project can not be built with LLVM 3.8 or lower. The latest tested is LLVM trunk:292415.<br/> +To build the project, you need to have the LLVM libraries 4.0 and up built in Release mode. The project can not be built with LLVM 3.9 or lower. The latest tested is LLVM trunk:292415.<br/> Here Are the build options:<br/> * Running `make` will build the default target which is `all`. This will build all three executables, without support for coverage instrumentation.<br/> |