mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Build webrtc without debugging
This commit is contained in:
parent
5ea725ee44
commit
b11b306c30
2 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 66671a2df214183f36400c34eabb3e7ecd9fe275
|
||||
Subproject commit f89519e4fbfe7c0abceefcc60acd22d3b763598e
|
||||
4
third-party/webrtc/BUILD
vendored
4
third-party/webrtc/BUILD
vendored
|
|
@ -9,8 +9,8 @@ config_setting(
|
|||
)
|
||||
|
||||
optimization_flags = select({
|
||||
":debug_build": ["-Os"],
|
||||
"//conditions:default": [],
|
||||
":debug_build": ["-Os", "-DNDEBUG"],
|
||||
"//conditions:default": ["-DNDEBUG"],
|
||||
})
|
||||
|
||||
rnnoise_sources = [ "dependencies/third_party/rnnoise/src/" + x for x in [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue