On Nov 9, 2012, at 09:34, [email protected] wrote:

> Revision: 99542
>          http://trac.macports.org//changeset/99542
> Author:   [email protected]
> Date:     2012-11-09 07:34:19 -0800 (Fri, 09 Nov 2012)
> Log Message:
> -----------
> llvm-3.1: added variants "debugruntime"
> 
> Modified Paths:
> --------------
>    trunk/dports/lang/llvm-3.1/Portfile


> -revision                4
> +revision                5

There doesn't appear to be any reason to have increased the revision.


> +variant debugruntime description "Enable debug informations. Disables 
> optimisations" {
> +    configure.args-delete --disable-debug-symbols
> +    configure.args-delete --disable-debug-runtime
> +    configure.args-delete --enable-optimized
> +
> +    configure.args-append --enable-debug-runtime
> +    configure.args-append --enable-debug-symbols
> +    configure.args-append --disable-optimized
> +}

Would this change be appropriate for the llvm-3.2, llvm-3.0 and llvm-2.9 ports 
as well?


> +    variant debug {
> +    }

What's with the empty debug variant?



_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to