mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-06 05:02:54 +00:00
Build webrtc without debugging
This commit is contained in:
Submodule submodules/TgVoipWebrtc/tgcalls updated: 66671a2df2...f89519e4fb
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 [
|
||||
|
||||
Reference in New Issue
Block a user