summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json12
1 files changed, 1 insertions, 11 deletions
diff --git a/configure.json b/configure.json
index cf123602c2..bb4813e308 100644
--- a/configure.json
+++ b/configure.json
@@ -460,17 +460,7 @@
},
"separate_debug_info": {
"label": "separate debug information support",
- "type": "compile",
- "test": {
- "qmake": [
- "TARGET = objcopytest",
- "load(resolve_target)",
- "QMAKE_POST_LINK += \\",
- " $$QMAKE_OBJCOPY --only-keep-debug $$QMAKE_RESOLVED_TARGET objcopytest.debug && \\",
- " $$QMAKE_OBJCOPY --strip-debug $$QMAKE_RESOLVED_TARGET && \\",
- " $$QMAKE_OBJCOPY --add-gnu-debuglink=objcopytest.debug $$QMAKE_RESOLVED_TARGET"
- ]
- }
+ "type": "compile"
},
"gc_binaries": {
"label": "support for split sections and linker garbage collection",