3 # this sets up the compile for MacOS X
5 # To support plugins on macosx, you must have "dlcompat" installed. You can
6 # get dlcompat by installing the fink package "dlcompat-devel". On the SF
7 # compile farm, dlcompat is in /sw/include and /sw/lib, so we have added
8 # those paths to the environment variables.
11 CFLAGS
="-pipe -O3 -I/sw/include -fomit-frame-pointer -finline-functions -falign-loops=16 -falign-jumps=16 -falign-functions=16 -falign-labels=16 -falign-loops-max-skip=15 -falign-jumps-max-skip=15 -fprefetch-loop-arrays $CFLAGS"
23 .
/configure
--enable-sb16 \
25 --enable-all-optimizations \
26 --enable-cpu-level=6 \