summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.json b/configure.json
index c293fbb676..21ec84818d 100644
--- a/configure.json
+++ b/configure.json
@@ -109,7 +109,6 @@
"reduce-relocations": { "type": "boolean", "name": "reduce_relocations" },
"release": { "type": "enum", "name": "debug", "values": { "yes": "no", "no": "yes" } },
"rpath": "boolean",
- "rtti": "boolean",
"sanitize": "sanitize",
"sdk": "string",
"separate-debug-info": { "type": "boolean", "name": "separate_debug_info" },
@@ -573,12 +572,6 @@
"autoDetect": false,
"output": [ { "type": "varAppend", "name": "EXTRA_RPATHS", "value": "input.rpaths" } ]
},
- "rtti": {
- "label": "Build with RTTI",
- "comment": "mkspecs/features/win32/default_pre.prf sets no-rtti. Follow default behavior of configure.exe by overriding with rtti.",
- "condition": "config.win32",
- "output": [ "publicConfig" ]
- },
"force_asserts": {
"label": "Force assertions",
"autoDetect": false,