From: Joel Rosdahl Date: Tue, 4 Nov 2025 21:15:11 +0000 (+0100) Subject: chore: Improve comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11bf1dd62016b3074331cc0cd97b99b10aa761fc;p=thirdparty%2Fccache.git chore: Improve comments --- 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)?