From 3d4e53b3ddcace57bbba50b143bdc42aef1cbc7a Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sun, 13 Mar 2011 23:21:19 +0100 Subject: Add list_cc_flags -- with comments --- .zsh/zshfunctions | 2 ++ 1 file changed, 2 insertions(+) (limited to '.zsh/zshfunctions') diff --git a/.zsh/zshfunctions b/.zsh/zshfunctions index db01a95..cd5433a 100644 --- a/.zsh/zshfunctions +++ b/.zsh/zshfunctions @@ -153,6 +153,8 @@ menc() unset p } +# list the current enabled gcc flags +# based on a script by mv list_cc_flags() { Usage() -- cgit v1.2.3-54-g00ecf