summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoffer Holmstedt <christoffer.holmstedt@gmail.com>2015-03-01 10:01:24 +0000
committerChristoffer Holmstedt <christoffer.holmstedt@gmail.com>2015-03-01 10:01:24 +0000
commitfc557f9fddc5efa112667cd75ccc813d623013c1 (patch)
tree9ac9bb0489bd3db55e816a11317ad06c499bc91a
parentif viewbox does not exist in file, set the document-units to be px. (Bug 1239... (diff)
downloadinkscape-fc557f9fddc5efa112667cd75ccc813d623013c1.tar.gz
inkscape-fc557f9fddc5efa112667cd75ccc813d623013c1.zip
Improve doxygen performance
When generating doxygen documentation there are a lot of cache misses. This improves the situation a little bit with the use of more memory for the cache. (bzr r13955.1.1)
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index d27eaf027..f65bc12d1 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -384,7 +384,7 @@ TYPEDEF_HIDES_STRUCT = NO
# the optimal cache size from a speed point of view.
# Minimum value: 0, maximum value: 9, default value: 0.
-LOOKUP_CACHE_SIZE = 0
+LOOKUP_CACHE_SIZE = 1
#---------------------------------------------------------------------------
# Build related configuration options