aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-31 22:22:48 +0000
committerDavid Robillard <d@drobilla.net>2010-12-31 22:22:48 +0000
commit7ad22167dcae1c37c0e15173e60580064a09808d (patch)
treeec2e8188b6502df0ae1a27c66b193c25cdd49566 /Makefile
parentdcc62eca07aded6b3a07d9718139069ec8641401 (diff)
downloadresp-7ad22167dcae1c37c0e15173e60580064a09808d.tar.gz
resp-7ad22167dcae1c37c0e15173e60580064a09808d.tar.bz2
resp-7ad22167dcae1c37c0e15173e60580064a09808d.zip
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
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`