diff options
author | Greg Becker <becker33@llnl.gov> | 2021-12-14 23:52:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-15 08:52:53 +0100 |
commit | 5319b6e3b1fb4217fe57cbbf511bb9757b7afa31 (patch) | |
tree | 74dd32c199309c277ea5c3c96a4f7c56be7661d7 /share | |
parent | ce94a786ae818aac6467ca611b4b5bbb9a5d82be (diff) | |
download | spack-5319b6e3b1fb4217fe57cbbf511bb9757b7afa31.tar.gz spack-5319b6e3b1fb4217fe57cbbf511bb9757b7afa31.tar.bz2 spack-5319b6e3b1fb4217fe57cbbf511bb9757b7afa31.tar.xz spack-5319b6e3b1fb4217fe57cbbf511bb9757b7afa31.zip |
Add option to minimize full debug cores. include warning message about performance (#27970)
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/spack-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index 1c883fa4c2..aef01fe8a1 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -335,7 +335,7 @@ _spacktivate() { _spack() { if $list_options then - SPACK_COMPREPLY="-h --help -H --all-help --color -c --config -C --config-scope -d --debug --timestamp --pdb -e --env -D --env-dir -E --no-env --use-env-repo -k --insecure -l --enable-locks -L --disable-locks -m --mock -p --profile --sorted-profile --lines -v --verbose --stacktrace -V --version --print-shell-vars" + SPACK_COMPREPLY="-h --help -H --all-help --color -c --config -C --config-scope -d --debug --show-cores --timestamp --pdb -e --env -D --env-dir -E --no-env --use-env-repo -k --insecure -l --enable-locks -L --disable-locks -m --mock -p --profile --sorted-profile --lines -v --verbose --stacktrace -V --version --print-shell-vars" else SPACK_COMPREPLY="activate add analyze arch audit blame bootstrap build-env buildcache cd checksum ci clean clone commands compiler compilers concretize config containerize create deactivate debug dependencies dependents deprecate dev-build develop diff docs edit env extensions external fetch find gc gpg graph help info install license list load location log-parse maintainers mark mirror module monitor patch pkg providers pydoc python reindex remove rm repo resource restage solve spec stage style tags test test-env tutorial undevelop uninstall unit-test unload url verify versions view" fi |