summaryrefslogtreecommitdiff
path: root/include/makeinclude/wrapper_macros.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/wrapper_macros.GNU')
-rw-r--r--include/makeinclude/wrapper_macros.GNU8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU
index 446be2c6ed8..998d654ff67 100644
--- a/include/makeinclude/wrapper_macros.GNU
+++ b/include/makeinclude/wrapper_macros.GNU
@@ -351,11 +351,11 @@ else
override split_target =
endif # split
-ifeq ($(debug),0)
- override debug =
-endif # debug
+#ifeq ($(debug),1)
+# override debug =
+#endif # debug
-ifeq ($(debug),)
+ifeq ($(debug),0)
CPPFLAGS += -DACE_NDEBUG
# Disable the RCSID for release/non-debug builds.
ifeq (,$(findstring ACE_USE_RCSID,$(CPPFLAGS)))