#ifndef MYNAME
# define MYNAME "ccache"
#endif
-static const char CCACHE_NAME[] = MYNAME;
+const char CCACHE_NAME[] = MYNAME;
using Logging::log;
using nonstd::nullopt;
using nonstd::optional;
using nonstd::string_view;
-static const char VERSION_TEXT[] =
+const char VERSION_TEXT[] =
R"({} version {}
Copyright (C) 2002-2007 Andrew Tridgell
version.
)";
-static const char USAGE_TEXT[] =
+const char USAGE_TEXT[] =
R"(Usage:
{} [options]
{} compiler [compiler options]
int type;
};
-static const struct compopt compopts[] = {
+const struct compopt compopts[] = {
{"--Werror", TAKES_ARG}, // nvcc
{"--analyze", TOO_HARD}, // Clang
{"--compiler-bindir", AFFECTS_CPP | TAKES_ARG}, // nvcc
// if i % 16 == 15:
// print ""
-static const uint32_t macro_skip[] = {
+const uint32_t macro_skip[] = {
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 4, 8, 8, 5, 2, 8, 8, 8, 4, 8, 8, 8, 3,