mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Build webrtc without debugging
This commit is contained in:
parent
5ea725ee44
commit
b11b306c30
@ -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…
x
Reference in New Issue
Block a user