Build webrtc without debugging

This commit is contained in:
Ali
2021-05-28 21:58:08 +04:00
parent 5ea725ee44
commit b11b306c30
2 changed files with 3 additions and 3 deletions

View File

@@ -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 [