From e0b4ec4eed0bbe44fefa4744bd961e02680337d5 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Mon, 2 Sep 2024 23:17:21 +0200 Subject: [PATCH] shims/super/cc: do not pass -pipe --- Library/Homebrew/shims/super/cc | 1 - 1 file changed, 1 deletion(-) 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?