Closed
Bug 390581
Opened 17 years ago
Closed 17 years ago
Building NSS with VC8 produces output files called NONE due to /PDB:NONE
Categories
(NSS :: Build, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 232600
3.12
People
(Reporter: julien.pierre, Unassigned)
Details
Since /PDB:NONE is no longer supported in VC8, we end up with a bunch of "NONE" files littered all over the source tree. We should have a way to specify the proper flags when using VC8. Since we don't have an autoconf-based build for NSS, we probably need to add macros to tell coreconf what compiler we are using.
There are a few other unsupported options like -G5 but those aren't as annoying as they just generate warnings, not new files.
Comment 1•17 years ago
|
||
Define MOZ_DEBUG_SYMBOLS in your environment before building with vc8.
voila!
Comment 2•17 years ago
|
||
This appears to be a dup of bug 232600
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•17 years ago
|
OS: Windows Server 2003 → All
You need to log in
before you can comment on or make changes to this bug.
Description
•