Browse Source

Introjucer build config fix.

tags/2021-05-28
jules 14 years ago
parent
commit
bcffc2c94a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Introjucer/Source/Project Saving/jucer_ProjectExporter.cpp

+ 1
- 1
extras/Introjucer/Source/Project Saving/jucer_ProjectExporter.cpp View File

@@ -368,7 +368,7 @@ void ProjectExporter::createDefaultConfigs()
const bool debugConfig = i == 0;
config->getName() = debugConfig ? "Debug" : "Release";
config->getNameValue() = debugConfig ? "Debug" : "Release";
config->isDebugValue() = debugConfig;
config->getOptimisationLevel() = debugConfig ? 1 : 2;
config->getTargetBinaryName() = project.getProjectFilenameRoot();


Loading…
Cancel
Save