aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cbb3ace..00aee1e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-LLVM_CXXFLAGS=`llvm-config-2.7 --cppflags core jit native`
-LLVM_LDFLAGS=`llvm-config-2.7 --ldflags --libs core jit native`
+LLVM_CXXFLAGS=`llvm-config-2.7 --cppflags core jit native codegen ipo`
+LLVM_LDFLAGS=`llvm-config-2.7 --ldflags --libs core jit native codegen ipo`
#LLVM_CXXFLAGS=`llvm-config-2.7 --cppflags all`
#LLVM_LDFLAGS=`llvm-config-2.7 --ldflags --libs all`