From 450f78feb92b5186cc6b12c25542c492e8ccf76b Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Sun, 7 Jun 2026 15:41:09 -0700 Subject: [PATCH] build: Drop -march=ivybridge override for macOS --- build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.sh b/build.sh index ad61a5e7d6..312f36c4f5 100755 --- a/build.sh +++ b/build.sh @@ -227,9 +227,6 @@ case "$platform" in # Adjust compilation options based on platform export LDFLAGS="${LDFLAGS} \ -arch ${target_arch} \ -isysroot ${sdk}" - if [ "$target_arch" == "x86_64" ]; then - sys_cflags='-march=ivybridge' - fi sys_ldflags='-headerpad_max_install_names' export PKG_CONFIG_LIBDIR="${lib_prefix}/lib/pkgconfig" opts="$opts --disable-cocoa --cross-prefix="