No subject


Thu Apr 11 16:32:37 PDT 2013


You probably shouldn't be passing --build at all; it's normally only
needed for cross-compiling. If you do set it, it should be something
like x86_64-apple-darwin12.

The -O20 is hardcoded into the configure script, and probably shouldn't
be, since you could be using clang (on many platforms) and it rejects
it. However with the build system type set correctly it looks like you
won't see the problem, since -O20 is not used for darwin.

- Josh


More information about the Vorbis mailing list