shims/super/cc: do not pass -pipe

This commit is contained in:
Francois-Xavier Coudert 2024-09-02 23:17:21 +02:00
parent fafa61852d
commit e0b4ec4eed

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?