[99542] trunk/dports/lang/llvm-3.1/Portfile
Ryan Schmidt
ryandesign at macports.org
Fri Nov 9 12:30:04 PST 2012
On Nov 9, 2012, at 09:34, phw at macports.org wrote:
> Revision: 99542
> http://trac.macports.org//changeset/99542
> Author: phw at macports.org
> 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?
More information about the macports-dev
mailing list