summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index 1e8506f54d..4218144357 100644
--- a/configure.json
+++ b/configure.json
@@ -1485,6 +1485,11 @@ Configure with '-qreal float' to create a build that is binary-compatible with 5
{
"type": "emccVersion",
"condition": "config.wasm"
+ },
+ {
+ "type": "error",
+ "condition": "config.ios && features.debug && !features.debug_and_release",
+ "message": "Debug build wihtout Release build is not currently supported on ios see QTBUG-71990. Use -debug-and-release."
}
],