From ea2f46389454b8ebdce50dea88bf86bc2c9fa288 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 2 Feb 2017 00:00:59 +0330 Subject: added a note to WIN_BUILD --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 3a34ad1..aead0de 100644 --- a/makefile +++ b/makefile @@ -3,6 +3,7 @@ CXX?=clang++ LLVM_CONF?=llvm-config BUILD_MODE?=COV_NO_CLANG +SHELL:=/bin/bash CXX_FLAGS=$(shell $(LLVM_CONF) --cxxflags) @@ -30,7 +31,7 @@ ifeq ($(BUILD_MODE), COV_GNU) #$(error This build mode is only useable with clang++.) #endif EXTRA_CXX_FALGS=-I$(shell $(LLVM_CONF) --src-root)/tools/clang/include -I$(shell $(LLVM_CONF) --obj-root)/tools/clang/include\ - -std=c++11 -stdlib=libstdc++ -UNDEBUG -fprofile-arcs -ftest-coverage -fexceptions + -std=c++11 -UNDEBUG -fprofile-arcs -ftest-coverage -fexceptions EXTRA_LD_FLAGS=-v tinyxml2/tinyxml2.o -fprofile-arcs -ftest-coverage endif @@ -41,6 +42,7 @@ EXTRA_LD_FLAGS=-v tinyxml2/tinyxml2.o endif ifeq ($(BUILD_MODE), WIN_BUILD) +@echo "This build mode is only meant to be used for mutator's appveyor build. for regular windows builds tou can use COV_NO_CLANG." $(error This build mode is not yet implemented.) EXTRA_CXX_FALGS=-I$(shell $(LLVM_CONF) --src-root)/tools/clang/include -I$(shell $(LLVM_CONF) --obj-root)/tools/clang/include\ -std=c++11 -stdlib=libstdc++ -UNDEBUG -fexceptions -- cgit v1.2.3