Does Anyone Compile Aspell with -DNDEBUG?

Kevin Atkinson <[email protected]> Sat, 31 May 2008 22:10:56 -0600 (MDT)
Newsgroups gmane.comp.gnu.aspell.devel
Message-ID <[email protected]>
If so stop.  Most asserts perform important safety checks and disabling 
them could lead to data corruption and other nasty things.  Also, they 
should have a negligible effect on performance.

I am going to put a note to this effect in the manual.

I may even undefine NDEBUG if it is defined.