summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d4c4ff3..5fcc27e 100644
--- a/Makefile
+++ b/Makefile
@@ -21,8 +21,8 @@ SOURCES = \
OBJECTS = $(patsubst %.cpp,%.o,$(SOURCES))
LLVM_COMPONENTS = all
-LLVM_CXXFLAGS = $(shell llvm-config --cxxflags)
-LLVM_LDFLAGS = $(shell llvm-config --ldflags)
+LLVM_CXXFLAGS = $(shell llvm-config-3.8 --cxxflags)
+LLVM_LDFLAGS = $(shell llvm-config-3.8 --ldflags)
CXXFLAGS = -std=c++11 -fPIC -Wall -fno-strict-aliasing
CXXFLAGS += -fvisibility-inlines-hidden -fno-exceptions -fno-rtti