summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index 0ff808519c..e266fa918c 100644
--- a/configure.json
+++ b/configure.json
@@ -558,6 +558,7 @@
},
"release_tools": {
"label": "Compile tools in release mode",
+ "autoDetect": "!features.debug",
"output": [ "privateFeature", "publicQtConfig" ]
},
"simulator_and_device": {
@@ -1073,7 +1074,7 @@ or compile needed modules into the library."
},
{
"type": "note",
- "condition": "features.release_tools && (!features.debug || features.debug_and_release)",
+ "condition": "features.release_tools && !features.debug",
"message": "-optimized-tools is not useful in -release mode."
},
{