all repos — openbox @ 7c9ba37f010e08a7e24fa57d37d176fb08807bd9

openbox fork - make it a bit more like ryudo

keep the asserts for !debug builds..
Dana Jansens danakj@orodu.net
commit

7c9ba37f010e08a7e24fa57d37d176fb08807bd9

parent

7fc226b65473b81870fd7135005adbc2482ef193

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M m4/openbox.m4m4/openbox.m4

@@ -19,7 +19,8 @@ AC_MSG_RESULT([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 ])