aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/CppModule.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-03-10 10:21:58 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2017-04-12 11:32:21 +0000
commit5b0fb36b2c160b4993780eb90213c351cdf91dcf (patch)
tree9282422d814e3967a735cc474d10ebd02e5fbc56 /share/qbs/modules/cpp/CppModule.qbs
parente763a4f6c3f3a5786fe180241d64cf9318a3d11d (diff)
GCC: remove escaped linker flags compatibility mode
The old warning was incredibly noisy and almost always unnecessary. Users should have had enough time to migrate their projects by now, so specifying pre-escaped linker flags will now properly result in a linker error, but a helpful warning remains by default, which is only emitted if the linker flags look suspicious to begin with. Change-Id: I1ad1e9647fd490619eeb65eeb88f5bbbf58aa18f Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'share/qbs/modules/cpp/CppModule.qbs')
-rw-r--r--share/qbs/modules/cpp/CppModule.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qbs/modules/cpp/CppModule.qbs b/share/qbs/modules/cpp/CppModule.qbs
index 3575683a8..8742e618e 100644
--- a/share/qbs/modules/cpp/CppModule.qbs
+++ b/share/qbs/modules/cpp/CppModule.qbs
@@ -43,6 +43,7 @@ Module {
property int compilerVersionPatch
property string warningLevel : 'all' // 'none', 'all'
property bool treatWarningsAsErrors : false
+ property bool enableSuspiciousLinkerFlagWarnings: true
property string architecture: qbs.architecture
property string machineType // undocumented
property string imageFormat // undocumented