diff options
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/ENV/4.3/cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc index d4410fa68..5baba3de5 100755 --- a/Library/ENV/4.3/cc +++ b/Library/ENV/4.3/cc @@ -163,9 +163,9 @@ class Cmd def cflags args = [] - return args unless cccfg? 'O' - - args << '-pipe' << '-w' << '-Os' + args << '-pipe' + args << '-w' unless configure? + args << '-Os' # When bottling use the oldest supported CPU type. if cccfg? 'bc' |
