1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-20 06:56:05 +02:00

44882: add completion of -save-stats flag

This commit is contained in:
Eitan Adler 2019-10-31 21:25:00 -07:00 committed by Oliver Kiddle
parent 64661103f0
commit 0a296d15ac
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2019-11-06 Oliver Kiddle <okiddle@yahoo.co.uk>
* Eitan Adler: 44882: Completion/Unix/Command/_gcc: add
completion of -save-stats flag
* unposted: Completion/Base/Utility/_sequence: fix missing local
declarations

View File

@ -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]'