From 11bf1dd62016b3074331cc0cd97b99b10aa761fc Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Tue, 4 Nov 2025 22:15:11 +0100 Subject: [PATCH] chore: Improve comments --- src/ccache/argsinfo.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ccache/argsinfo.hpp b/src/ccache/argsinfo.hpp index ee733d61..4b1ddb69 100644 --- a/src/ccache/argsinfo.hpp +++ b/src/ccache/argsinfo.hpp @@ -97,13 +97,13 @@ struct ArgsInfo // Is the compiler being asked to output coverage? bool generating_coverage = false; - // Is the compiler being asked to output stack usage? + // -fstack-usage specified. bool generating_stackusage = false; - // -fdump-ipa-clones + // -fdump-ipa-clones specified. bool generating_ipa_clones = false; - // -fcallgraph-info + // -fcallgraph-info specified. bool generating_callgraphinfo = false; // Are we generating a pch file (msvc -Yc)? -- 2.47.3