X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fdebug.c;h=d29d6246ea851a8e60f0201bd048c55905827e91;hb=f1de8eb10559e97747ba75a0754d622c30a5739c;hp=23432d9e9a4ecb6c8f87f94cf6f9367c72115c54;hpb=26990ef637b55a385c9b61308bc6ecbb9234334b;p=glabels diff --git a/src/debug.c b/src/debug.c index 23432d9e..d29d6246 100644 --- a/src/debug.c +++ b/src/debug.c @@ -85,6 +85,8 @@ gl_debug_init (void) debug_flags |= GLABELS_DEBUG_MINI_PREVIEW; if (g_getenv ("GLABELS_DEBUG_PIXBUF_CACHE") != NULL) debug_flags |= GLABELS_DEBUG_PIXBUF_CACHE; + if (g_getenv ("GLABELS_DEBUG_SVG_CACHE") != NULL) + debug_flags |= GLABELS_DEBUG_SVG_CACHE; if (g_getenv ("GLABELS_DEBUG_EDITOR") != NULL) debug_flags |= GLABELS_DEBUG_EDITOR; if (g_getenv ("GLABELS_DEBUG_WDGT") != NULL)