diff --git a/Library/Homebrew/shims/super/cc b/Library/Homebrew/shims/super/cc index 96d94111e9b3b..31f4847b1fb9f 100755 --- a/Library/Homebrew/shims/super/cc +++ b/Library/Homebrew/shims/super/cc @@ -294,7 +294,6 @@ class Cmd return args if !refurbish_args? && !configure? - args << "-pipe" args << "-w" unless configure? args << "-#{ENV["HOMEBREW_OPTIMIZATION_LEVEL"]}" args.concat(optflags) unless runtime_cpu_detection?