mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-04-25 02:08:22 -05:00
use lld if used clang compiler
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
# ---
|
||||
|
||||
Reference in New Issue
Block a user