summaryrefslogtreecommitdiff
path: root/src/core/Statistic.hpp
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2023-03-06 21:22:25 +0100
committerJoel Rosdahl <joel@rosdahl.net>2023-03-07 20:17:35 +0100
commitb3c3e7998c6497f8d354da77c7ed6184381c6247 (patch)
tree8c5a2f79fd3217a519c6b4d4bf58c664765f4d6f /src/core/Statistic.hpp
parent62858602c6aaa8c6c28bf82aa4e1244c1214b869 (diff)
downloadccache-b3c3e7998c6497f8d354da77c7ed6184381c6247.tar.gz
feat: Make it possible to disable ccache for a certain source code file
Diffstat (limited to 'src/core/Statistic.hpp')
-rw-r--r--src/core/Statistic.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/Statistic.hpp b/src/core/Statistic.hpp
index ba39cfea..fb0e3790 100644
--- a/src/core/Statistic.hpp
+++ b/src/core/Statistic.hpp
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Joel Rosdahl and other contributors
+// Copyright (C) 2021-2023 Joel Rosdahl and other contributors
//
// See doc/AUTHORS.adoc for a complete list of contributors.
//
@@ -78,7 +78,8 @@ enum class Statistic {
// 65-80: size (KiB) in level 2 subdirs 0-f
subdir_size_kibibyte_base = 65,
- END = 81
+ disabled = 81,
+ END = 82
};
} // namespace core