mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
waf: print compiler version as part of configure
This commit is contained in:
parent
466d61a881
commit
0bb44ba933
@ -131,6 +131,8 @@ class Board:
|
||||
AP_SCRIPTING_CHECKS = 1,
|
||||
)
|
||||
|
||||
cfg.msg("CXX Compiler", "%s %s" % (cfg.env.COMPILER_CXX, ".".join(cfg.env.CC_VERSION)))
|
||||
|
||||
if 'clang' in cfg.env.COMPILER_CC:
|
||||
env.CFLAGS += [
|
||||
'-fcolor-diagnostics',
|
||||
|
Loading…
Reference in New Issue
Block a user