From 59de658af9d8a359d6378ef14f613b9fd1206f43 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Sun, 21 Apr 2024 10:44:59 +0100 Subject: [PATCH] Removed redundant comment Both Linux versions are now built with Clang --- .ci/linux.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci/linux.sh b/.ci/linux.sh index 89e109fa8..a671a02c5 100755 --- a/.ci/linux.sh +++ b/.ci/linux.sh @@ -1,7 +1,6 @@ #!/bin/bash -ex if [ "$TARGET" = "appimage" ]; then - # Compile the AppImage we distribute with Clang. export EXTRA_CMAKE_FLAGS=(-DCMAKE_LINKER=/etc/bin/ld.lld) else # For the linux-fresh verification target, verify compilation without PCH as well.