summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/wrapper_macros.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/wrapper_macros.GNU')
-rw-r--r--ACE/include/makeinclude/wrapper_macros.GNU12
1 files changed, 6 insertions, 6 deletions
diff --git a/ACE/include/makeinclude/wrapper_macros.GNU b/ACE/include/makeinclude/wrapper_macros.GNU
index fc5535535dc..f9888281467 100644
--- a/ACE/include/makeinclude/wrapper_macros.GNU
+++ b/ACE/include/makeinclude/wrapper_macros.GNU
@@ -705,12 +705,12 @@ zlib ?= 1
valgrind ?=
ifeq ($(valgrind),1)
CPPFLAGS += -DACE_HAS_VALGRIND
-endif
-# Does the valgrind version support --keep-debug-info, if not
-# we disable dlclose in ACE to get complete callstacks
-valgrind_keep_debuginfo ?=
-ifeq ($(valgrind_keep_debuginfo),0)
- CPPFLAGS += -DACE_LACKS_DLCLOSE
+ # Does the valgrind version support --keep-debug-info, if not
+ # we disable dlclose in ACE to get complete callstacks
+ valgrind_keep_debuginfo ?=
+ ifeq ($(valgrind_keep_debuginfo),0)
+ CPPFLAGS += -DACE_LACKS_DLCLOSE
+ endif
endif
profile ?=