fix bad initializer for -optimized-tools
Task-number: QTBUG-51967 Change-Id: I5b4a3f0ff6358149bc338c6ac2e0b57638bdff7f Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
parent
51e71d4111
commit
3d20e2e8d7
@ -230,7 +230,7 @@ Configure::Configure(int& argc, char** argv) : verbose(0)
|
||||
dictionary[ "BUILD" ] = "debug";
|
||||
dictionary[ "BUILDALL" ] = "auto"; // Means yes, but not explicitly
|
||||
dictionary[ "FORCEDEBUGINFO" ] = "no";
|
||||
dictionary[ "OPTIMIZED_TOOLS" ] = "no";
|
||||
dictionary[ "RELEASE_TOOLS" ] = "no";
|
||||
|
||||
dictionary[ "BUILDTYPE" ] = "none";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user