Skip to content

Commit 40a242c

Browse files
committed
MACOSXPPC: Don't trust '-O4' for libogg
I just don't trust upstream's choices when I see crazy flags like this. I don't see the point of uber-optimizations of libogg, especially on a non-upstream architecture.
1 parent 20a9471 commit 40a242c

File tree

1 file changed

+2
-0
lines changed
  • toolchains/macosx-ppc/packages/libogg

1 file changed

+2
-0
lines changed

toolchains/macosx-ppc/packages/libogg/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ do_http_fetch libogg "http://ftp.oregonstate.edu/.1/xiph/releases/ogg/libogg-${L
1515
# Avoid compiling and installing doc
1616
sed -i'.orig' -e 's/^\(SUBDIRS.*\) doc/\1/' Makefile.in
1717

18+
sed -i'.orig' -e 's/-O4 -Wall /-Wall /g' configure
19+
1820
export MACOSX_DEPLOYMENT_TARGET=10.4
1921
export SDKROOT=/Developer/SDKs/MacOSX10.4u.sdk
2022

0 commit comments

Comments
 (0)