summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/config.h b/utils/config.h
index 3dbc0a6df..2db084634 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -62,8 +62,10 @@ char *strndup(const char *s, size_t n);
#else
/* We're likely to have a working mmap() */
#define WITH_MMAP
- /* Use librsvg and Cairo for rendering SVG */
- #define WITH_RSVG
+ #if !defined(DEBUG_BUILD)
+ /* Use librsvg and Cairo for rendering SVG */
+ #define WITH_RSVG
+ #endif
#endif
#if defined(WITH_NS_SVG) && defined(WITH_RSVG)