summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-13 02:10:19 +0000
committerDana Jansens <danakj@orodu.net>2003-01-13 02:10:19 +0000
commit7c9ba37f010e08a7e24fa57d37d176fb08807bd9 (patch)
tree37db083b64428cc7d6e524079879e8fd6590a46b /m4
parent7fc226b65473b81870fd7135005adbc2482ef193 (diff)
keep the asserts for !debug builds..
Diffstat (limited to 'm4')
-rw-r--r--m4/openbox.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/openbox.m4 b/m4/openbox.m4
index 12c5c8ec..b1169907 100644
--- a/m4/openbox.m4
+++ b/m4/openbox.m4
@@ -19,7 +19,8 @@ AC_DEFUN([OB_DEBUG],
AC_DEFINE([DEBUG], [1], [Creating a debug build])
else
AC_MSG_RESULT([RELEASE])
- AC_DEFINE([NDEBUG], [1], [Creating a release build])
+# keep the asserts in
+# AC_DEFINE([NDEBUG], [1], [Creating a release build])
fi
])