From 7bec36818542d53a52fb285757b1c5947b77b443 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 13 Apr 2010 23:26:56 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1