From 9dfa9fa131906e2fb3d72053e886428dd3e8a1b5 Mon Sep 17 00:00:00 2001 From: Ali <> Date: Mon, 24 May 2021 23:24:21 +0400 Subject: [PATCH] Build webrtc without debugging for now --- third-party/webrtc/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/webrtc/BUILD b/third-party/webrtc/BUILD index 124b1afd6b..79fc561020 100644 --- a/third-party/webrtc/BUILD +++ b/third-party/webrtc/BUILD @@ -9,7 +9,7 @@ config_setting( ) optimization_flags = select({ - ":debug_build": ["-Os"], + #":debug_build": ["-Os"], "//conditions:default": [], })