MinGW: Build in release mode by default
Qt 5.14.0 switched the default from -debug-and-release to -debug only. Change this to -release, like on the other platforms. [ChangeLog][MinGW] Qt will by default be built in release mode. Use -debug-or-release to force the pre 5.14.0 default. Change-Id: I020268d0672c80cdc0259068c6dc2c743a794237 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
cca279338c
commit
935736b848
@ -772,7 +772,7 @@
|
||||
},
|
||||
"debug": {
|
||||
"label": "Build for debugging",
|
||||
"autoDetect": "features.developer-build || config.win32 || config.darwin"
|
||||
"autoDetect": "features.developer-build || (config.win32 && !config.gcc) || config.darwin"
|
||||
},
|
||||
"debug_and_release": {
|
||||
"label": "Compile libs in debug and release mode",
|
||||
|
Loading…
x
Reference in New Issue
Block a user