From 04c8110454f2f76ecd74c64912edec32bdcd33c8 Mon Sep 17 00:00:00 2001 From: su_v Date: Sat, 6 Sep 2014 16:36:33 +0200 Subject: remove compiler option '-pipe' (on LiamW's request) (bzr r13506.1.64) --- packaging/macosx/osx-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/macosx/osx-build.sh b/packaging/macosx/osx-build.sh index 135c6e2d9..853ca8f5e 100755 --- a/packaging/macosx/osx-build.sh +++ b/packaging/macosx/osx-build.sh @@ -171,7 +171,7 @@ export CPATH="$LIBPREFIX/include" export CPPFLAGS="$CPPFLAGS -I$LIBPREFIX/include" export LDFLAGS="$LDFLAGS -L$LIBPREFIX/lib" # compiler arguments -export CFLAGS="$CFLAGS -pipe -Os" +export CFLAGS="$CFLAGS -Os" # Use system compiler and compiler flags which are known to work: if [ "$OSXMINORNO" -le "4" ]; then -- cgit v1.2.3