From 01d77dafb8fc4d40f8603e0d776b9b4b9283918d Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 5 Jul 2026 12:11:23 +0200 Subject: terex is built with assertions now on --enable-debug * terex disables assertions by default unless you add `-DREG_DEBUG`. Since we heavily modified the original by Henry Spencer it makes sense to enable assertions. * dlmalloc will still be built without assertions even if --enable-debug is given since that has a significant speed impact and I consider dlmalloc to be rock solid. It would need `-DDEBUG=1` to enable assertions (among other things). We only disable additional checks in dlmalloc if --disable-debug. --- contrib/terex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/terex b/contrib/terex index dfdd292..b00e966 160000 --- a/contrib/terex +++ b/contrib/terex @@ -1 +1 @@ -Subproject commit dfdd292ea7163e60ecdb27ef4e76d85e355c97a4 +Subproject commit b00e966f85221c3702a1f3f90e9494eb480876dd -- cgit v1.2.3