[boost build] - How to create symbols (.pdb) files on windows using VS2017 Community Edition?
How can I build pdb files using b2 tool? If I run b2 -a --with-regex toolset=msvc-14.1 debug-symbols=on address-model=64 architecture=ia64 variant=debug it creates the needed lib but no pdb files are created. Thank you Eren
On Mon, 3 Feb 2020 at 23:23, Eko palypse via Boost-users
How can I build pdb files using b2 tool? If I run b2 -a --with-regex toolset=msvc-14.1 debug-symbols=on address-model=64 architecture=ia64 variant=debug it creates the needed lib but no pdb files are created.
Additionally to debug-symbols=on add debug-store=database You should find PDBs in sub-folder(s) called debug-store-database. You may find some additional useful info here https://github.com/boostorg/build/issues/492 Best regards, -- Mateusz Loskot, http://mateusz.loskot.net
participants (2)
-
Eko palypse
-
Mateusz Loskot