Source release 16.3.0
This commit is contained in:
19
third_party/boringssl/boringssl.gyp
vendored
19
third_party/boringssl/boringssl.gyp
vendored
@@ -13,14 +13,17 @@
|
||||
'-fvisibility=hidden',
|
||||
# BoringSSL violates these warnings
|
||||
'-Wno-cast-qual',
|
||||
'-Wno-ignored-qualifiers',
|
||||
],
|
||||
'cflags!': [
|
||||
'-Wbad-function-cast',
|
||||
'-Wcast-qual',
|
||||
'-Wignored-qualifiers',
|
||||
],
|
||||
'cflags_cc!': [
|
||||
'-Wbad-function-cast',
|
||||
'-Wcast-qual',
|
||||
'-Wignored-qualifiers',
|
||||
],
|
||||
'cflags_c': [
|
||||
# BoringSSL violates these warnings
|
||||
@@ -29,6 +32,7 @@
|
||||
'cflags_c!': [
|
||||
'-Wbad-function-cast',
|
||||
'-Wcast-qual',
|
||||
'-Wignored-qualifiers',
|
||||
],
|
||||
|
||||
'msvs_settings': {
|
||||
@@ -41,15 +45,14 @@
|
||||
'ldflags': [
|
||||
'-fPIC',
|
||||
],
|
||||
'link_settings': {
|
||||
'ldflags': [
|
||||
'-lpthread',
|
||||
],
|
||||
},
|
||||
|
||||
'link_settings': {
|
||||
'conditions': [
|
||||
['OS=="win"', {
|
||||
['OS!="win"', {
|
||||
'libraries': [
|
||||
'-lpthread',
|
||||
],
|
||||
}, {
|
||||
'libraries': [
|
||||
'-ladvapi32',
|
||||
],
|
||||
@@ -62,10 +65,12 @@
|
||||
'cflags': [
|
||||
'-Wno-unknown-warning-option',
|
||||
'-Wno-cast-qual',
|
||||
'-Wno-ignored-qualifiers',
|
||||
],
|
||||
'cflags!': [
|
||||
'-Wbad-function-cast',
|
||||
'-Wcast-qual',
|
||||
'-Wignored-qualifiers',
|
||||
],
|
||||
'cflags_c': [
|
||||
'-Wno-bad-function-cast',
|
||||
@@ -73,10 +78,12 @@
|
||||
'cflags_c!': [
|
||||
'-Wbad-function-cast',
|
||||
'-Wcast-qual',
|
||||
'-Wignored-qualifiers',
|
||||
],
|
||||
'cflags_cc!': [
|
||||
'-Wbad-function-cast',
|
||||
'-Wcast-qual',
|
||||
'-Wignored-qualifiers',
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user