mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Introjucer: tweak to VC2010 maximum optimisation flags.
This commit is contained in:
parent
52be86bea4
commit
0851999567
1 changed files with 1 additions and 1 deletions
|
|
@ -1159,7 +1159,7 @@ protected:
|
|||
const int optimiseLevel = config.getOptimisationLevelInt();
|
||||
cl->createNewChildElement ("Optimization")->addTextElement (optimiseLevel <= 1 ? "Disabled"
|
||||
: optimiseLevel == 2 ? "MinSpace"
|
||||
: "MaxSpeed");
|
||||
: "Full");
|
||||
|
||||
if (isDebug && optimiseLevel <= 1)
|
||||
cl->createNewChildElement ("DebugInformationFormat")->addTextElement (is64Bit (config) ? "ProgramDatabase"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue