On Tue, 3 Jun 2025 15:36:09 +0200
Sebastian Meyer <seb.me...@fau.de> wrote:

> It is indeed unfortunate and perhaps a bug that the Windows check log 
> shows no runtime for
> 
> > * checking whether package 'secr' can be installed ... OK  
> 
> (which on the Debian check machine was reported with 164s)

On the same computer, Windows 10 in a virtual machine reported 235s,
and a Debian testing container reported 174s, but that may well be due
to virtualisation overhead.

Adding PKG_CXXFLAGS=-pedantic makes g++ on Windows produce the same 69
MiB of warnings that can be seen in the incoming_pretest directory on
Win-Builder, mostly about non-standard suffixes on floating constants
in BOOST_MATH_BIG_CONSTANT(). As a result, installation takes 320s
instead of 235, although the increase in peak working set size of
cc1plus.exe is negligible.

-- 
Best regards,
Ivan

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to