From b02455487262a3e68bfa1612d324978bdf90baf6 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 31 Aug 2012 10:20:30 -0400 Subject: [PATCH] Remove plain "-O" --- Library/ENV/4.3/cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc index 324f47d4a7..ccf07278b8 100755 --- a/Library/ENV/4.3/cc +++ b/Library/ENV/4.3/cc @@ -96,7 +96,7 @@ class Cmd whittler.next when /^-g\d?/, /^-gstabs\d+/, '-gstabs+', /^-ggdb\d?/, '-gdwarf-2', /^-march=.+/, /^-mtune=.+/, '-m64', '-m32', - /^-O[0-9zs]/, '-fast', + /^-O[0-9zs]?/, '-fast', %r{^-[IL]/opt/local}, %r{^-[IL]/sw}, # no macports/fink %r{^-[IL]/usr/X11}, %r{^-[IL]/opt/X11}, # we add X11 ourselves '-pedantic', '-pedantic-errors'