thebrowsercompany / swift-build

Swift toolchain builds by The Browser Company
351 stars 10 forks source link

-DebugInfo doesn't build proper PDBs #152

Open jeffdav opened 2 months ago

jeffdav commented 2 months ago

Following the quickstart guide for windows suggests one should do the following to get PDBs:

S:\SourceCache\swift\utils\build.cmd -DebugInfo -SkipPackaging

Yet when inspecting s:\b\5\CMakeCache.txt one sees that LLDB:ENABLE_PDB=OFF.

So something is broken.