diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-17 18:53:03 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-17 18:53:03 +0000 |
commit | b1e794f9f059d3c1f2c06f5b8c99877113d4656f (patch) | |
tree | b86c4b09629fd8314d810e4567595adb450bbb70 | |
parent | updated with the new makefile (diff) | |
download | mutator-b1e794f9f059d3c1f2c06f5b8c99877113d4656f.tar.gz mutator-b1e794f9f059d3c1f2c06f5b8c99877113d4656f.zip |
changed the default BUILD_MODE
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ #######################################VARS#################################### CXX?=clang++ LLVM_CONF?=llvm-config -BUILD_MODE?=COV_NO +BUILD_MODE?=COV_NO_CLANG CXX_FLAGS=$(shell $(LLVM_CONF) --cxxflags) |