From ea40199a05feb631391f0977850f8641380d2b4c Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 14 Feb 2017 09:37:54 +0330 Subject: added a note regarding building with Release mode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d442f28..aacee0e 100644 --- a/README.md +++ b/README.md @@ -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.
+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.
Here Are the build options:
* Running `make` will build the default target which is `all`. This will build all three executables, without support for coverage instrumentation.
-- cgit v1.2.3