1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00

Introjucer build config fix.

This commit is contained in:
jules 2012-02-28 20:30:57 +00:00
parent 9c719306c9
commit bcffc2c94a

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();