Skip to content

Commit

Permalink
Log CC/CXX
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Apr 20, 2024
1 parent bcce194 commit 652aefa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,11 @@ void bake_config_log(
}
ut_log_pop();

ut_log_push("compiler");
ut_trace("CC=%s", ut_getenv("CC"));
ut_trace("CXX=%s", ut_getenv("CXX"));
ut_log_pop();

ut_log_push("configuration");
ut_trace("set '%s' to '%s'", CFG_SYMBOLS, cfg->symbols ? "true" : "false");
ut_trace("set '%s' to '%s'", CFG_DEBUG, cfg->debug ? "true" : "false");
Expand Down

0 comments on commit 652aefa

Please sign in to comment.