diff options
author | bloodstalker <thabogre@gmail.com> | 2019-12-05 14:32:06 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-12-05 14:32:06 +0000 |
commit | 3fc33e6d6bf570c1f1ad46764cb40d375b140592 (patch) | |
tree | 325af863da658c70a165263e2303188908577ed6 | |
parent | fixing m0s builds for all llvm versions, added a windows cygwin build test on... (diff) | |
download | mutator-3fc33e6d6bf570c1f1ad46764cb40d375b140592.tar.gz mutator-3fc33e6d6bf570c1f1ad46764cb40d375b140592.zip |
a lil fix for the cygwin build.
Diffstat (limited to '')
-rw-r--r-- | m0/makefile | 2 |
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 |