
24 Feb
2014
24 Feb
'14
6:39 p.m.
On Feb 24, 2014, at 10:51 AM, Andrey Semashev wrote:
Hi,
I'm facing the problem with the too low limit for the compiler output size. See here:
http://www.boost.org/development/tests/develop/developer/output/FBSD-64%20jc...
The output contains 2 warnings and part of what may be the actual error. This log is not really helpful, so I have 2 questions:
1. Can this limit be increased?
Each tester can set this limit as they choose, the current testing default is 4 kb per target (-m4). Testers can change the default by passing -m# to run.py through --bjam-options.
2. Can I get the full output somehow?
Passing -m0 will capture all output. -- Noel