Disabling assert() statements (such as with -DNDEBUG with seems to happen with our "release" builds) breaks the functionality of the binaries produced because there are assert() statements with essential side effects. A fix to move all essential logic outside the assert()'s is already in progress, just documenting the issue.
Disabling assert() statements (such as with -DNDEBUG with seems to happen with our "release" builds) breaks the functionality of the binaries produced because there are assert() statements with essential side effects. A fix to move all essential logic outside the assert()'s is already in progress, just documenting the issue.