Removed redundant comment

Both Linux versions are now built with Clang
This commit is contained in:
OpenSauce04 2024-04-21 10:44:59 +01:00
parent 5cae96f72e
commit 59de658af9
1 changed files with 0 additions and 1 deletions

View File

@ -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.