зеркало из https://github.com/mozilla/pjs.git
Bug 653662 Disable incremental linking of libxul on Windows for the time being. Some developers and tree builders are hitting a hard-coded limit in Visual Studio where the link fails if the incremental link data file is over a certain size. r=ted
This commit is contained in:
Родитель
1803d750b3
Коммит
366b0f0e67
|
@ -132,6 +132,16 @@ else
|
|||
SDK_LIBRARY = $(SHARED_LIBRARY)
|
||||
endif
|
||||
|
||||
# See bug 653662 - some builders are hitting an internal size limit
|
||||
# on incremental builds. Disable this for debug builds for now. We may
|
||||
# be able to revisit this after our builders are upgraded to something
|
||||
# later than Visual Studio 2005.
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
ifdef MOZ_DEBUG
|
||||
EXTRA_DSO_LDOPTS += -INCREMENTAL:NO
|
||||
endif
|
||||
endif
|
||||
|
||||
EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS)
|
||||
|
||||
ifndef MOZ_ENABLE_LIBXUL
|
||||
|
|
Загрузка…
Ссылка в новой задаче