22 Oct
2008
22 Oct
'08
5:14 p.m.
Sahib Aulakh writes:
Is there some bjam log file that I can examine to know what command line switches, etc. are being used for building the serialization library?
When you invoke bjam, you can pass the argument -d+2 to show commands as they are executed, or you can pass the argument -n to show commands instead of executing them. These will both show arguments being passed to the compiler and linker for building the libraries. tools\jam\src\bin.ntx86_64\bjam.exe --build-type=complete --with-serialization toolset=msvc address-model=64 -n