Use correct qmake flag in archlinux workaround

This commit is contained in:
baldurk
2024-08-09 21:50:10 +01:00
parent a2872c83d1
commit 88be65d1c6
+1 -1
View File
@@ -115,7 +115,7 @@ win32 {
DESTDIR=$$CMAKE_DIR/bin
# Archlinux broke Qt builds by forcing on lto, so we have to re-override that here
CONFIG -= lto
CONFIG -= ltcg
include($$CMAKE_DIR/qrenderdoc/qrenderdoc_cmake.pri)