From 13b6e8b7ddbad3b5b8f3103e1e55fa1e61333473 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 17 Oct 2006 19:07:18 +0000 Subject: Removed dependencies on linked libraries to avoid needless relinking. Header dependencies will cause libraries to relink when necessary. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@465005 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/options.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/options.mk') diff --git a/cpp/options.mk b/cpp/options.mk index 9fefdbcd45..df9e2d62d1 100644 --- a/cpp/options.mk +++ b/cpp/options.mk @@ -23,7 +23,7 @@ EXTRA_LIBDIRS := -L/usr/local/apr/lib ## Compile flags -DEBUG := -ggdb3 +DEBUG := -ggdb3 -O0 # _USE_APR_IO_ set when APR IO build is desired. DEFINES := -D _USE_APR_IO_ -- cgit v1.2.1