[GenABEL-dev] [Genabel-commits] r1596 - branches/ProbABEL-0.50

L.C. Karssen lennart at karssen.org
Wed Feb 5 22:16:46 CET 2014


Hi Maarten,

I haven't yet compiled this branch, but will be interested to see what
-Wextra gives in terms of warnings.

One more question below:

On 05-02-14 21:26, noreply at r-forge.r-project.org wrote:
> Author: maartenk
> Date: 2014-02-05 21:26:01 +0100 (Wed, 05 Feb 2014)
> New Revision: 1596
> 
> Modified:
>    branches/ProbABEL-0.50/configure.ac
> Log:
> added  CXXflags -DEIGENNO_DEBUG :removes checks for conformability (which gives a speedup in eigen)
> added  CXXflags -Wextra: adds adittional check (see http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html for more info)
> 
> 
> 
> 
> 
> Modified: branches/ProbABEL-0.50/configure.ac
> ===================================================================
> --- branches/ProbABEL-0.50/configure.ac	2014-02-05 16:35:59 UTC (rev 1595)
> +++ branches/ProbABEL-0.50/configure.ac	2014-02-05 20:26:01 UTC (rev 1596)
> @@ -21,9 +21,10 @@
>  AC_PROG_LN_S
>  if test -z "$CXXFLAGS"; then
>     # User did not set CXXFLAGS, so we can put in our own defaults
> -    CXXFLAGS="-g -O2"
> +    CXXFLAGS="-g -O2 -DEIGEN_NO_DEBUG -Wextra"
>  fi
> -if test -z "$CPPFLAGS"; then
> +if test -z "$
> +"; then
>     # User did not set CPPFLAGS, so we can put in our own defaults
>      CPPFLAGS="-Wall"
>  fi
> 

Is this correct? It seems that the name of the CPPFLAGS variable was
removed and
";then
moved to a new line.



Thanks,

Lennart.

> _______________________________________________
> Genabel-commits mailing list
> Genabel-commits at lists.r-forge.r-project.org
> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/genabel-commits
> 

-- 
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
L.C. Karssen
Utrecht
The Netherlands

lennart at karssen.org
http://blog.karssen.org
GPG key ID: A88F554A
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 230 bytes
Desc: OpenPGP digital signature
URL: <http://lists.r-forge.r-project.org/pipermail/genabel-devel/attachments/20140205/699ef99d/attachment.sig>


More information about the genabel-devel mailing list