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 e4379b8be9..9ad0c03f43 100644
--- a/configure.json
+++ b/configure.json
@@ -783,7 +783,8 @@
},
"debug": {
"label": "Build for debugging",
- "autoDetect": "features.developer-build || (config.win32 && !config.gcc) || config.darwin"
+ "autoDetect": "features.developer-build || (config.win32 && !config.gcc) || config.darwin",
+ "output": [ "privateFeature" ]
},
"debug_and_release": {
"label": "Compile libs in debug and release mode",