diff options
author | Alan Conway <aconway@apache.org> | 2006-10-17 19:07:18 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2006-10-17 19:07:18 +0000 |
commit | 13b6e8b7ddbad3b5b8f3103e1e55fa1e61333473 (patch) | |
tree | 7cc7dfa90151c0f98a96e67d80394b9ac9e02f1b /cpp/options.mk | |
parent | b8cb6602b076df6f9bacc91cc4396ab90e26b9ca (diff) | |
download | qpid-python-13b6e8b7ddbad3b5b8f3103e1e55fa1e61333473.tar.gz |
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
Diffstat (limited to 'cpp/options.mk')
-rw-r--r-- | cpp/options.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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_ |