Subject: [Boost-build] C1041 error with release -j2
From: Phillip Seaver (phil_at_[hidden])
Date: 2015-02-25 16:11:32


I'm building several projects with VS2013, and the debug build ("b2
-j2") works fine, but when I do the release build ("b2 -j2 release"), I
get errors like this: "fatal error C1041: cannot open program database
'x.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS"

Has anyone else run into this?

Phillip