partly 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:
2019-09-04 23:11:06 +08:00
parent f672f60d2d
commit 2570c3be23
3 changed files with 17534 additions and 3630 deletions
File diff suppressed because it is too large Load Diff
+5
View File
@@ -28,6 +28,11 @@ GENERATED_INCLUDES += [
'/dist/public/nss',
]
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']
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
File diff suppressed because it is too large Load Diff