
5 Nov
2009
5 Nov
'09
1:50 a.m.
Joel de Guzman wrote:
I've never been a bjam expert, but what is the bjam flag that switches on warnings? On my part, I could just switch it on every time I do local testing.
Regards,
Looks like you have a couple built-in options. Just add to your bjam command line (example: bjam warnings=all release). warnings=on gcc: -Wall msvc: /W3 warnings=off gcc: -w msvc: /W0 warnings=all gcc: -Wall -pedantic msvc: /W4 warnings-as-errors=on gcc: -Werror msvc: /Wx HTH michael -- ---------------------------------- Michael Caisse Object Modeling Designs www.objectmodelingdesigns.com