mirror of https://github.com/ARMmbed/mbed-os.git
Use very verbose to see more details in case of problem
parent
c99b150bcf
commit
aebda11adf
|
|
@ -398,7 +398,7 @@ def compile_repos(config, toolchains, targets, profile, verbose, examples):
|
|||
valid_choices(example['toolchains'], toolchains),
|
||||
example['features']):
|
||||
|
||||
build_command = ["mbed-cli", "compile", "-t", toolchain, "-m", target] + (['-v'] if verbose else [])
|
||||
build_command = ["mbed-cli", "compile", "-t", toolchain, "-m", target] + (['-vv'] if verbose else [])
|
||||
if profile:
|
||||
build_command.append("--profile")
|
||||
build_command.append(profile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue