summaryrefslogtreecommitdiffstats
path: root/vespalog/src/vespa/log/control-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'vespalog/src/vespa/log/control-file.h')
-rw-r--r--vespalog/src/vespa/log/control-file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalog/src/vespa/log/control-file.h b/vespalog/src/vespa/log/control-file.h
index 31c15077c8c..c9ab746c3e2 100644
--- a/vespalog/src/vespa/log/control-file.h
+++ b/vespalog/src/vespa/log/control-file.h
@@ -60,7 +60,7 @@ public:
unsigned int *getLevels(const char *name);
void ensureComponent(const char *pattern);
- static unsigned int *defaultLevels();
+ static unsigned int *defaultLevels() __attribute__((noinline));
// make sure in-memory changes are synchronized to disk
void flush();