tf verbosity to better enable debugging (#14177)
* tf verbosity * Add more debug flags modified: var/spack/repos/builtin/packages/py-tensorflow/package.py * Fix later * More debug/verbose options. modified: var/spack/repos/builtin/packages/py-tensorflow/package.py
This commit is contained in:
parent
1a41380649
commit
f657f73e94
@ -607,6 +607,15 @@ def build(self, spec, prefix):
|
||||
'--color=no',
|
||||
'--jobs={0}'.format(make_jobs),
|
||||
'--config=opt',
|
||||
# Enable verbose output for failures
|
||||
'--verbose_failures',
|
||||
# Show (formatted) subcommands being executed
|
||||
'--subcommands=pretty_print',
|
||||
# Ask bazel to explain what it's up to
|
||||
# Needs a filename as argument
|
||||
'--explain=explainlogfile.txt',
|
||||
# Increase verbosity of explanation,
|
||||
'--verbose_explanations',
|
||||
]
|
||||
|
||||
# See .bazelrc for when each config flag is supported
|
||||
|
Loading…
Reference in New Issue
Block a user