mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
--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:
parent
4255d6c075
commit
93173356bb
8 changed files with 21 additions and 21 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue