--with-modules=xxx builds now specified extra modules to irssi binary.

memdebug (if enabled) doesn't now by default check for buffer overflows
since it's a huge slowup.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@250 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-05-29 16:37:00 +00:00 committed by cras
commit 93173356bb
8 changed files with 21 additions and 21 deletions

View file

@ -23,7 +23,7 @@
#include <string.h>
#include <glib.h>
#define ENABLE_BUFFER_CHECKS
/*#define ENABLE_BUFFER_CHECKS*/
#define BUFFER_CHECK_SIZE 5
#define MIN_BUFFER_CHECK_SIZE 2