From 7ad22167dcae1c37c0e15173e60580064a09808d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 31 Dec 2010 22:22:48 +0000 Subject: Use standard LLVM optimization passes, and optimize entire module (much more aggressive optimization than previous code). git-svn-id: http://svn.drobilla.net/resp/resp@398 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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` -- cgit v1.2.1