mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
khtml: do not use arenas for rendering for release builds
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
4e4398ee0c
commit
24262a6821
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue