On Mon, Mar 7, 2016 at 2:52 AM, Luca Barbato <lu_z...@gentoo.org> wrote:
> ---
>  configure | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/configure b/configure
> index f0c4f0a..9ffb679 100755
> --- a/configure
> +++ b/configure
> @@ -2778,6 +2778,10 @@ case "$toolchain" in
>          add_cflags  -fprofile-arcs -ftest-coverage
>          add_ldflags -fprofile-arcs -ftest-coverage
>      ;;
> +    llvm-cov)
> +        add_cflags -fprofile-arcs -ftest-coverage
> +        add_ldflags --coverage
> +    ;;
>      hardened)
>          add_cppflags -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
>          add_cflags   -fno-strict-overflow -fstack-protector-all
> --

sure
-- 
Vittorio
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to