make use_new_dtags a linux-only feature
it's the only OS with braindead "old" dtags in the first place. Change-Id: I0fba436ff3f9fc061c1741b1899ca133b8ad6b5e Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
f914870e31
commit
5ad32e7f77
@ -1211,7 +1211,7 @@
|
||||
},
|
||||
"enable_new_dtags": {
|
||||
"description": "Using new DTAGS",
|
||||
"condition": "tests.enable_new_dtags",
|
||||
"condition": "config.linux && tests.enable_new_dtags",
|
||||
"output": [ "privateConfig" ]
|
||||
},
|
||||
"reduce_exports": {
|
||||
@ -2340,7 +2340,11 @@ Please apply the patch corresponding to your Standard Library vendor, found in
|
||||
"args": "c++1z c++14 c++11"
|
||||
},
|
||||
"use_gold_linker",
|
||||
"enable_new_dtags",
|
||||
{
|
||||
"type": "feature",
|
||||
"args": "enable_new_dtags",
|
||||
"condition": "config.linux"
|
||||
},
|
||||
"precompile_header",
|
||||
"ltcg",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user