diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-24 14:00:26 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-24 14:00:26 +0000 |
commit | bcd08d983c23b4ab551ac04ea1de0389a81fdb50 (patch) | |
tree | b3c22cc0fbe0fb78f895f74a3a4e07442168821c /makefile | |
parent | added tdd tests for 8.7 (diff) | |
download | mutator-bcd08d983c23b4ab551ac04ea1de0389a81fdb50.tar.gz mutator-bcd08d983c23b4ab551ac04ea1de0389a81fdb50.zip |
changed the default build mode to c++1z
Diffstat (limited to '')
-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_CLANG +BUILD_MODE?=COV_NO_CLANG_1Z CXX_FLAGS=$(shell $(LLVM_CONF) --cxxflags) |