diff options
| author | Eitan Adler <lists@eitanadler.com> | 2019-10-31 21:25:00 -0700 |
|---|---|---|
| committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2019-11-06 21:26:47 +0100 |
| commit | 0a296d15acc54a066d38deadde2479b1ec817511 (patch) | |
| tree | d1ab3c0576d7ef871f13dee6a38911d34bcf91d1 /Completion/Unix/Command/_gcc | |
| parent | unposted: fix missing local declarations in _sequence (diff) | |
| download | zsh-0a296d15acc54a066d38deadde2479b1ec817511.tar zsh-0a296d15acc54a066d38deadde2479b1ec817511.tar.gz zsh-0a296d15acc54a066d38deadde2479b1ec817511.tar.bz2 zsh-0a296d15acc54a066d38deadde2479b1ec817511.tar.lz zsh-0a296d15acc54a066d38deadde2479b1ec817511.tar.xz zsh-0a296d15acc54a066d38deadde2479b1ec817511.tar.zst zsh-0a296d15acc54a066d38deadde2479b1ec817511.zip | |
44882: add completion of -save-stats flag
Diffstat (limited to 'Completion/Unix/Command/_gcc')
| -rw-r--r-- | Completion/Unix/Command/_gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_gcc b/Completion/Unix/Command/_gcc index 9de0b79b1..0061cfa3b 100644 --- a/Completion/Unix/Command/_gcc +++ b/Completion/Unix/Command/_gcc @@ -440,6 +440,7 @@ args+=( '-print-multi-os-directory[Display the relative path to OS libraries]' '-print-sysroot[Display the target libraries directory]' '-print-sysroot-headers-suffix[Display the sysroot suffix used to find headers]' + '-save-stats=-[Save code generation statistics]:location:(cwd obj)' '-save-temps[Do not delete intermediate files]' '-no-canonical-prefixes[Do not canonicalize paths when building relative prefixes to other gcc components]' '-pipe[Use pipes rather than intermediate files]' |
