Remove plain "-O"
This commit is contained in:
parent
b98c4792d0
commit
b024554872
@ -96,7 +96,7 @@ class Cmd
|
|||||||
whittler.next
|
whittler.next
|
||||||
when /^-g\d?/, /^-gstabs\d+/, '-gstabs+', /^-ggdb\d?/, '-gdwarf-2',
|
when /^-g\d?/, /^-gstabs\d+/, '-gstabs+', /^-ggdb\d?/, '-gdwarf-2',
|
||||||
/^-march=.+/, /^-mtune=.+/, '-m64', '-m32',
|
/^-march=.+/, /^-mtune=.+/, '-m64', '-m32',
|
||||||
/^-O[0-9zs]/, '-fast',
|
/^-O[0-9zs]?/, '-fast',
|
||||||
%r{^-[IL]/opt/local}, %r{^-[IL]/sw}, # no macports/fink
|
%r{^-[IL]/opt/local}, %r{^-[IL]/sw}, # no macports/fink
|
||||||
%r{^-[IL]/usr/X11}, %r{^-[IL]/opt/X11}, # we add X11 ourselves
|
%r{^-[IL]/usr/X11}, %r{^-[IL]/opt/X11}, # we add X11 ourselves
|
||||||
'-pedantic', '-pedantic-errors'
|
'-pedantic', '-pedantic-errors'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user