mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00

Currently it will fail with errors such as: Insufficient debug information (private symbols are needed) or code from unknown language. The following modules didn't have full symbols: nsBrowserApp.obj AppData.obj (xpcomglue_staticruntime.lib) FileUtils.obj (xpcomglue_staticruntime.lib) nsCRTGlue.obj (xpcomglue_staticruntime.lib) nsXPCOMGlue.obj (xpcomglue_staticruntime.lib) We need to turn this back on when clang-cl grows more debug info support.