aboutsummaryrefslogtreecommitdiffstats
path: root/m0
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-12-05 14:32:06 +0000
committerbloodstalker <thabogre@gmail.com>2019-12-05 14:32:06 +0000
commit3fc33e6d6bf570c1f1ad46764cb40d375b140592 (patch)
tree325af863da658c70a165263e2303188908577ed6 /m0
parentfixing m0s builds for all llvm versions, added a windows cygwin build test on... (diff)
downloadmutator-3fc33e6d6bf570c1f1ad46764cb40d375b140592.tar.gz
mutator-3fc33e6d6bf570c1f1ad46764cb40d375b140592.zip
a lil fix for the cygwin build.
Diffstat (limited to 'm0')
-rw-r--r--m0/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/m0/makefile b/m0/makefile
index cd7f0be..0831eed 100644
--- a/m0/makefile
+++ b/m0/makefile
@@ -11,7 +11,7 @@ endif
CXX=clang++
CXX?=clang++
ifdef OS
-CXX_FLAGS=-fpic
+CXX_FLAGS=
else
CXX_FLAGS=-fpic
endif