diff options
Diffstat (limited to 'packaging')
| -rwxr-xr-x | packaging/macosx/osx-build.sh | 2 |
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 |
