Browse Source

Introjucer: tweak to VC2010 maximum optimisation flags.

tags/2021-05-28
jules 13 years ago
parent
commit
0851999567
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Introjucer/Source/Project Saving/jucer_ProjectExport_MSVC.h

+ 1
- 1
extras/Introjucer/Source/Project Saving/jucer_ProjectExport_MSVC.h 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"


Loading…
Cancel
Save