Closed
Bug 657571
Opened 14 years ago
Closed 9 years ago
See if we can remove the hack that disables incremental link on Windows debug builds
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 906119
People
(Reporter: standard8, Unassigned)
References
Details
Bug 653662 disabled incremental links for libxul on windows due to developers and build slaves hitting a hard-coded limit in Visual Studio for the size of the incremental link file.
If possible, we should re-enable incremental linking for libxul asap as this will hurt some developers.
Possible ways to get this re-enabled:
* Fix bug 590996 and then disable incremental linking via mozconfigs if necessary.
* Upgrade our builders to a newer Visual Studio version, this also requires jemalloc to be enabled. I'm not sure this will fix the developer issues that were seen there though.
If folks want to do improvements to the current disabling (e.g. 32/64 bit) I suggest they are done as separate bugs.
Updated•14 years ago
|
Version: unspecified → Trunk
Reporter | ||
Comment 1•9 years ago
|
||
This got removed in bug 906119
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•