configure.json: Do not test for gold linker on Windows
MinGW 6.3 ships a gold linker that pops up a crash dialog while running configure tests. Change-Id: Ib25e30df664779e1ecced0ae37fa1e73e98f95ea Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
parent
1fb85458fc
commit
96120d7587
@ -490,7 +490,7 @@
|
|||||||
},
|
},
|
||||||
"use_gold_linker": {
|
"use_gold_linker": {
|
||||||
"label": "Using gold linker",
|
"label": "Using gold linker",
|
||||||
"condition": "!config.msvc && !config.integrity && tests.use_gold_linker",
|
"condition": "!config.win32 && !config.integrity && tests.use_gold_linker",
|
||||||
"output": [ "privateConfig", "useGoldLinker" ]
|
"output": [ "privateConfig", "useGoldLinker" ]
|
||||||
},
|
},
|
||||||
"optimize_debug": {
|
"optimize_debug": {
|
||||||
|
Loading…
Reference in New Issue
Block a user