diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-02-15 00:40:34 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-02-15 00:40:34 +0000 | 
| commit | fb5fff7b7135b8db8ef2bb115952c20533b6c210 (patch) | |
| tree | 4aa55779c651369f6fbf90ffd17de81b5a811fcc | |
| parent | minor change (diff) | |
| download | mutator-fb5fff7b7135b8db8ef2bb115952c20533b6c210.tar.gz mutator-fb5fff7b7135b8db8ef2bb115952c20533b6c210.zip | |
changed the default build mode to c++1z
Diffstat (limited to '')
| -rw-r--r-- | makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -5,7 +5,7 @@ include macros.mk  #######################################VARS####################################  CXX?=clang++  LLVM_CONF?=llvm-config -BUILD_MODE?=COV_NO_CLANG +BUILD_MODE?=COV_NO_CLANG_1Z  SHELL:=/bin/bash  CXX_FLAGS=$(shell $(LLVM_CONF) --cxxflags) | 
