
On 21 Nov 2013 at 17:13, Lars Viklund wrote:
That said, there seem to be an issue with missing PDB files from the most recent Boost 1.55 binaries. This makes it difficult to debug applications, since debug information is missing.
If all you want is debug information and don't care overly much about distribution size, there's also always the good old /C7 flag to embed debug information in the libraries themselves.
I think you meant /Z7? I very much +1 this approach of embedding debug info straight into the DLLs. Sadly Microsoft appear to have removed the old /Zd flag for generation the absolute most smallest embedded debug info, so /Z7 is your only option remaining. Niall -- Currently unemployed and looking for work. Work Portfolio: http://careers.stackoverflow.com/nialldouglas/