Move -fuse-ld=lld to linker flags

This commit is contained in:
Ilya Fedin
2026-06-30 11:41:25 +00:00
committed by John Preston
parent cf661e5f81
commit 3a528d8970
2 changed files with 6 additions and 3 deletions

View File

@@ -147,8 +147,8 @@ jobs:
$IMAGE_TAG \
env -u CCACHE_DISABLE /usr/src/tdesktop/Telegram/build/docker/centos_env/build.sh \
-D CMAKE_CONFIGURATION_TYPES=Debug \
-D CMAKE_C_FLAGS_DEBUG="-O0 -fpch-preprocess -fuse-ld=lld" \
-D CMAKE_CXX_FLAGS_DEBUG="-O0 -fpch-preprocess -fuse-ld=lld" \
-D CMAKE_C_FLAGS_DEBUG="-O0 -fpch-preprocess" \
-D CMAKE_CXX_FLAGS_DEBUG="-O0 -fpch-preprocess" \
-D CMAKE_COMPILE_WARNING_AS_ERROR=ON \
-D TDESKTOP_API_TEST=ON \
-D DESKTOP_APP_DISABLE_AUTOUPDATE=OFF \