khtml: do not use arenas for rendering for release builds

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2016-03-07 04:15:01 +00:00
parent 4e4398ee0c
commit 24262a6821

View file

@ -36,7 +36,9 @@
#ifndef RENDERARENA_H
#define RENDERARENA_H
#ifndef NDEBUG
#define KHTML_USE_ARENA_ALLOCATOR
#endif
#include "misc/arena.h"
#include "misc/shared.h"