Merge pull request #18231 from fxcoudert/pipe

This commit is contained in:
Mike McQuaid 2024-09-03 08:31:16 +01:00 committed by GitHub
commit cbcf04d369
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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?