mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-13 03:49:12 +00:00
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:
+337
-114
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
+17192
-3516
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user