mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Bazel
This commit is contained in:
parent
ba931407b3
commit
cd3ffe902e
15 changed files with 167 additions and 52 deletions
4
third-party/td/BUILD
vendored
4
third-party/td/BUILD
vendored
|
|
@ -135,6 +135,10 @@ objc_library(
|
|||
copts = [
|
||||
"-Werror",
|
||||
],
|
||||
cxxopts = [
|
||||
"-Werror",
|
||||
"-std=c++17",
|
||||
],
|
||||
includes = [
|
||||
"TdBinding/Public",
|
||||
],
|
||||
|
|
|
|||
6
third-party/webrtc/BUILD
vendored
6
third-party/webrtc/BUILD
vendored
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue