summaryrefslogtreecommitdiffstats
path: root/src/core/config
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-03-03 11:04:13 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-03-07 11:28:53 +0000
commit023478ee3838ee9c7ef00488ea2a39282a3ea4b8 (patch)
treed97ace0a4e661916646cfebcbdb376c698998a87 /src/core/config
parent80ef5d39381f43af2e2b1ca7d2443d687f09e413 (diff)
Use GN linker flags on core_module
Again enable linking with the flags GN calculated for us. Also fixes a typo that meant we didn't get the link timing flags on Windows. Change-Id: Idd46fd65ea7618a9c510fa2c790569f5974aa5ff Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/core/config')
-rw-r--r--src/core/config/windows.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/config/windows.pri b/src/core/config/windows.pri
index d5b50842e..4ca2ae6c1 100644
--- a/src/core/config/windows.pri
+++ b/src/core/config/windows.pri
@@ -10,7 +10,7 @@ gn_args += \
enable_session_service=false \
ninja_use_custom_environment_files=false \
is_multi_dll_chrome=false \
- win_link_timing=true
+ win_linker_timing=true
GYP_CONFIG += \
disable_nacl=1 \