summaryrefslogtreecommitdiffstats
path: root/tools/ccache/patches/100-honour-copts.patch
blob: 8f1c426501880621340ca01fea7945b7fc8b845a (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/ccache.cpp
+++ b/src/ccache.cpp
@@ -1841,6 +1841,7 @@ get_manifest_key(Context& ctx, Hash& has
     "OBJCPLUS_INCLUDE_PATH",        // Clang
     "CLANG_CONFIG_FILE_SYSTEM_DIR", // Clang
     "CLANG_CONFIG_FILE_USER_DIR",   // Clang
+    "GCC_HONOUR_COPTS",
     nullptr,
   };
   for (const char** p = envvars; *p; ++p) {