1
0
Fork 0
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:
jules 2013-01-14 16:45:35 +00:00
parent 52be86bea4
commit 0851999567

View file

@ -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"