aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-02-08 08:07:17 +0000
committerbloodstalker <thabogre@gmail.com>2017-02-08 08:07:17 +0000
commit0f81c793542e96277341675e3164e21407c46406 (patch)
treed3cf738ed081029bd3f8fe22275953e6e13c7e21 /makefile
parenttrying to figure out why the gcov build crashes (diff)
downloadmutator-0f81c793542e96277341675e3164e21407c46406.tar.gz
mutator-0f81c793542e96277341675e3164e21407c46406.zip
remove the error for win_buil
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/makefile b/makefile
index 077e2aa..0aaa3da 100644
--- a/makefile
+++ b/makefile
@@ -44,7 +44,6 @@ EXTRA_LD_FLAGS=-v tinyxml2/tinyxml2.o
endif
ifeq ($(BUILD_MODE), WIN_BUILD)
-$(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 -UNDEBUG -fexceptions
EXTRA_LD_FLAGS=-v tinyxml2/tinyxml2.o
@@ -129,5 +128,5 @@ help:
@echo ' COV_NO_CLANG: this build mode will not support any coverage format and is meant to be used with clang++(clang++ only mode).'
@echo ' COV_NO_CLANG_1Z: does not instrument the code for any coverage and uses -std=c++1z (clang++ only mode).'
@echo ' GNU_MODE: meant to be used for builds with g++. supports no coverage(g++ only mode).'
- @echo ' WIN_MODE: to support windows builds and the apparent lack of llvm-config'
+ @echo ' WIN_MODE: to support windows builds'
@echo '- Press tab for more targets if you have zsh!'