import change from tenfourfox:

- #568: update certs, pins, TLDs, miners (fe73f72f7)
and added -bigobj compile switch to ssl/moz.build.
This commit is contained in:
Roy Tam 2019-09-04 23:28:16 +08:00
commit 058ed959e5
6 changed files with 29519 additions and 18873 deletions

View file

@ -175,6 +175,11 @@ LOCAL_INCLUDES += [
if CONFIG['NSS_DISABLE_DBM']:
DEFINES['NSS_DISABLE_DBM'] = '1'
if CONFIG['_MSC_VER']:
# prevent "fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj"
# when compiling nsSiteSecurityService.cpp
CXXFLAGS += ['-bigobj']
DEFINES['SSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES'] = 'True'
DEFINES['NSS_ENABLE_ECC'] = 'True'
for var in ('DLL_PREFIX', 'DLL_SUFFIX'):