From 5d8da56021bca12ed11f4531270652675b4ebf52 Mon Sep 17 00:00:00 2001 From: Dan Fortunato Date: Wed, 21 Feb 2024 14:48:16 -0500 Subject: [PATCH] Remove -march flag --- Formula/fmm3d.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/fmm3d.rb b/Formula/fmm3d.rb index 61e2353..7345a78 100644 --- a/Formula/fmm3d.rb +++ b/Formula/fmm3d.rb @@ -12,7 +12,7 @@ def install ln_s "make.inc.macosx.gnu", "make.inc" if OS.mac? # Don't use -march=native when building a bottle - inreplace "makefile", "-march=native", "-march=#{Hardware.oldest_cpu}" if build.bottle? + inreplace "makefile", "-march=native", "" if build.bottle? # Build libraries system "make", "lib"