use lld if used clang compiler

This commit is contained in:
silverqx
2021-05-11 09:19:09 +02:00
parent 11cc635fc3
commit 95a40ed5ff
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -21,5 +21,9 @@ else:unix {
# range-v3
INCLUDEPATH += $$quote(/home/xyz/vcpkg/installed/x64-linux/include)
# libraries
LIBS += -lmysqlclient
# others
clang: CONFIG *= use_lld_linker
}
+1 -1
View File
@@ -5,7 +5,7 @@ TEMPLATE = lib
# Utils library specific configuration
# ---
CONFIG *= qt link_prl tinyorm_utils
CONFIG *= qt create_prl link_prl tinyorm_utils
# Common configuration
# ---