]> Dogcows Code - chaz/openbox/commitdiff
keep the asserts for !debug builds..
authorDana Jansens <danakj@orodu.net>
Mon, 13 Jan 2003 02:10:19 +0000 (02:10 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 13 Jan 2003 02:10:19 +0000 (02:10 +0000)
m4/openbox.m4

index 12c5c8ec387a5b4839c1e975aa906ccbef11bfea..b1169907b1a05df0616c57aa7a8e344119807d4e 100644 (file)
@@ -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
 ])
 
This page took 0.021731 seconds and 4 git commands to generate.