[vlc-devel] Contrib Tree improvement for MacOSX in clang
Rémi Denis-Courmont
remi at remlab.net
Sun Nov 13 09:11:25 CET 2011
Le dimanche 13 novembre 2011 01:53:14 Diego Fernando Nieto, vous avez écrit :
> --- configure-old 2011-11-07 10:21:50.000000000 -0500
> +++ configure 2011-11-07 09:52:04.000000000 -0500
> @@ -11655,7 +11655,7 @@
>
> if test "$release" = "true"
> then
> - CFLAGS="${CFLAGS} -O6"
> + CFLAGS="${CFLAGS} -O2"
> else
> CFLAGS="${CFLAGS} -O2"
> fi
I think the real question is, WTH does libdvbpsi even override compiler flags.
gcc does not have -O6 either, and -O3 has a notoriety for bugs in various
versions. At the same time, automake defaults to -O2 anyway.
> gcrypt
>
> Currently, I have the following error compiling gcrypt. somebody knows the
> reason :( http://pastebin.com/uhKbz8rU
llvm does not like the assembly code.
--
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis
More information about the vlc-devel
mailing list