[vlc-commits] macosx/configure: drop enforced compiler optimization flags
Felix Paul Kühne
git at videolan.org
Wed Sep 9 11:20:16 CEST 2020
vlc | branch: master | Felix Paul Kühne <felix at feepk.net> | Tue Sep 8 16:13:00 2020 +0200| [d847aa818e363d437d0c342c8b72b3706d588460] | committer: Felix Paul Kühne
macosx/configure: drop enforced compiler optimization flags
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d847aa818e363d437d0c342c8b72b3706d588460
---
extras/package/macosx/configure.sh | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/extras/package/macosx/configure.sh b/extras/package/macosx/configure.sh
index 3f60488b20..d7f35da600 100755
--- a/extras/package/macosx/configure.sh
+++ b/extras/package/macosx/configure.sh
@@ -6,17 +6,6 @@ SCRIPTDIR=$(dirname "$0")
CFLAGS=${CFLAGS}
LDFLAGS=${LDFLAGS}
-case "${ARCH}" in
- x86_64*)
- CFLAGS="${CFLAGS} -m64 -march=core2 -mtune=core2"
- LDFLAGS="${LDFLAGS} -m64"
- ;;
- *x86*)
- CFLAGS="${CFLAGS} -m32 -march=prescott -mtune=generic"
- LDFLAGS="${LDFLAGS} -m32"
- ;;
-esac
-
OPTIONS="
--prefix=/
--enable-macosx
More information about the vlc-commits
mailing list