aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-04-13 23:26:56 +0000
committerDavid Robillard <d@drobilla.net>2010-04-13 23:26:56 +0000
commit7bec36818542d53a52fb285757b1c5947b77b443 (patch)
treea494f1e2bdadab6d8f60c82f80b2d9d95193dae9 /Makefile
parentd868d225ea641d81b43e7c574343cd45a1e13700 (diff)
downloadresp-7bec36818542d53a52fb285757b1c5947b77b443.tar.gz
resp-7bec36818542d53a52fb285757b1c5947b77b443.tar.bz2
resp-7bec36818542d53a52fb285757b1c5947b77b443.zip
Better (but still not correct...) computation of lifted function implementation type.
git-svn-id: http://svn.drobilla.net/resp/resp@258 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bdec095..69c58b7 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ LLVM_LDFLAGS=`llvm-config --ldflags --libs core jit native`
#LLVM_LDFLAGS=`llvm-config --ldflags --libs all`
COMMON_FLAGS=-fPIC
-COMMON_FLAGS+=-Wextra -Wno-unused-parameter
+COMMON_FLAGS+=-Wall -Wextra -Wno-unused-parameter
COMMON_FLAGS+=-O0 -g
#COMMON_FLAGS+=-O2 -march=nocona -fomit-frame-pointer