summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2014-09-06 14:36:33 +0000
committer~suv <suv-sf@users.sourceforge.net>2014-09-06 14:36:33 +0000
commit04c8110454f2f76ecd74c64912edec32bdcd33c8 (patch)
tree4d7e6a04fb9cc62f9b97b8edabdd3c0d0b703cd2 /packaging
parentupdate to trunk (r13545) (diff)
downloadinkscape-04c8110454f2f76ecd74c64912edec32bdcd33c8.tar.gz
inkscape-04c8110454f2f76ecd74c64912edec32bdcd33c8.zip
remove compiler option '-pipe' (on LiamW's request)
(bzr r13506.1.64)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/osx-build.sh2
1 files changed, 1 insertions, 1 deletions
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