From db65538d1fe6a1e3460692e1b97433ef233479ef Mon Sep 17 00:00:00 2001 From: Ali <> Date: Sat, 24 Jun 2023 21:51:16 +0300 Subject: [PATCH] Remove debugging --- Telegram/BUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Telegram/BUILD b/Telegram/BUILD index 4aac94e40b..00a75be7dd 100644 --- a/Telegram/BUILD +++ b/Telegram/BUILD @@ -2013,9 +2013,9 @@ xcodeproj( "Debug": { "//command_line_option:compilation_mode": "dbg", }, - #"Release": { - # "//command_line_option:compilation_mode": "opt", - #}, + "Release": { + "//command_line_option:compilation_mode": "opt", + }, }, default_xcode_configuration = "Debug"