Daniel Laügt
Daniel Laügt
For gcc in release mode, -DNDEBUG flag is missing when pch is generated. As the pch is not generated with the same flags, it is not used during the compilation...
Hi, To compile with Solaris, the following patch would be needed: ``` Index: boost/process/posix/initializers/inherit_env.hpp =================================================================== --- boost/process/posix/initializers/inherit_env.hpp (revision 262831) +++ boost/process/posix/initializers/inherit_env.hpp (working copy) @@ -17,6 +17,10 @@ # define environ...
I've upgraded mpir from 2.1.1 to 3.0.0 on our compilation servers (Linux and Solaris). All tests passed on Linux. However, on Solaris, some tests are failing: ```PASS: t-bswap PASS: t-constants...