aboutsummaryrefslogtreecommitdiffstats
path: root/m0
diff options
context:
space:
mode:
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