diff options
| author | Christoffer Holmstedt <christoffer.holmstedt@gmail.com> | 2015-03-01 10:01:24 +0000 |
|---|---|---|
| committer | Christoffer Holmstedt <christoffer.holmstedt@gmail.com> | 2015-03-01 10:01:24 +0000 |
| commit | fc557f9fddc5efa112667cd75ccc813d623013c1 (patch) | |
| tree | 9ac9bb0489bd3db55e816a11317ad06c499bc91a | |
| parent | if viewbox does not exist in file, set the document-units to be px. (Bug 1239... (diff) | |
| download | inkscape-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-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
