/* Arguments to send to the real compiler. */
ARGS *compiler_args;
+ find_compiler(argc, argv);
+
+ if (getenv("CCACHE_DISABLE")) {
+ cc_log("ccache is disabled");
+ failed();
+ }
+
sloppiness = parse_sloppiness(getenv("CCACHE_SLOPPINESS"));
cc_log("Hostname: %s", get_hostname());
cc_log("Base directory: %s", base_dir);
}
- find_compiler(argc, argv);
-
- if (getenv("CCACHE_DISABLE")) {
- cc_log("ccache is disabled");
- failed();
- }
-
if (getenv("CCACHE_UNIFY")) {
cc_log("Unify mode disabled");
enable_unify = 1;