From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE,URIBL_SBL,URIBL_SBL_A autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 09415218 for ; Fri, 1 Nov 2019 04:25:47 +0000 (UTC) Received: (qmail 18885 invoked by alias); 1 Nov 2019 04:25:39 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 44882 Received: (qmail 27133 invoked by uid 1010); 1 Nov 2019 04:25:39 -0000 X-Qmail-Scanner-Diagnostics: from 52-119-123-119.public.monkeybrains.net by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.0/25615. spamassassin: 3.4.2. Clear:RC:0(52.119.123.119):SA:0(2.8/5.0):. Processed in 1.433793 secs); 01 Nov 2019 04:25:39 -0000 X-Envelope-From: eax@BuyingEagle.local X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at BuyingEagle.local does not designate permitted sender hosts) From: Eitan Adler To: zsh-workers@zsh.org Cc: Eitan Adler Subject: [PATCH] _gcc: add -save-stats as flag Date: Thu, 31 Oct 2019 21:25:00 -0700 Message-Id: <20191101042500.74544-1-lists@eitanadler.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Qmail-Scanner-2.11: added fake Content-Type header Content-Type: text/plain Signed-off-by: Eitan Adler --- Completion/Unix/Command/_gcc | 1 + 1 file changed, 1 insertion(+) 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]' -- 2.23.0