From d0f793c06d6d51c4ff32f63a6a7d288af581b57e Mon Sep 17 00:00:00 2001 From: AlexeyZavar Date: Tue, 2 Apr 2024 17:51:33 +0300 Subject: [PATCH] chore: sync linux doc --- docs/building-linux.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/building-linux.md b/docs/building-linux.md index 155944f9d..aeaf7818d 100644 --- a/docs/building-linux.md +++ b/docs/building-linux.md @@ -20,8 +20,7 @@ Go to ***BuildPath*/tdesktop** and run tdesktop:centos_env \ /usr/src/tdesktop/Telegram/build/docker/centos_env/build.sh \ -D TDESKTOP_API_ID=2040 \ - -D TDESKTOP_API_HASH=b18441a1ff607e10a989891a5462e627 \ - -D CMAKE_INTERPROCEDURAL_OPTIMIZATION=ON + -D TDESKTOP_API_HASH=b18441a1ff607e10a989891a5462e627 Or, to create a debug build, run @@ -31,8 +30,7 @@ Or, to create a debug build, run tdesktop:centos_env \ /usr/src/tdesktop/Telegram/build/docker/centos_env/build.sh \ -D TDESKTOP_API_ID=2040 \ - -D TDESKTOP_API_HASH=b18441a1ff607e10a989891a5462e627 \ - -D CMAKE_INTERPROCEDURAL_OPTIMIZATION=ON + -D TDESKTOP_API_HASH=b18441a1ff607e10a989891a5462e627 **P. S. If docker image build takes too long, cherry-pick [this](https://github.com/TDesktop-x64/tdesktop/commit/b99c084862053f441caa6525837a7e193cc671f7) commit.**