This commit is contained in:
Isaac 2025-05-22 02:28:38 +08:00
parent ba931407b3
commit cd3ffe902e
15 changed files with 167 additions and 52 deletions

View file

@ -135,6 +135,10 @@ objc_library(
copts = [
"-Werror",
],
cxxopts = [
"-Werror",
"-std=c++17",
],
includes = [
"TdBinding/Public",
],

View file

@ -3473,6 +3473,9 @@ cc_library(
"-DWEBRTC_HAVE_DCSCTP",
"-DWEBRTC_HAVE_SCTP",
] + arch_specific_cflags + optimization_flags,
cxxopts = [
"-std=c++17",
],
deps = [
"//third-party/boringssl:crypto",
"//third-party/boringssl:ssl",
@ -3602,6 +3605,9 @@ objc_library(
"-DRTC_DISABLE_TRACE_EVENTS",
"-DRTC_DISABLE_METRICS",
] + arch_specific_cflags + optimization_flags,
cxxopts = [
"-std=c++17",
],
deps = [
"//third-party/boringssl:crypto",
"//third-party/boringssl:ssl",