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:
parent
9c719306c9
commit
bcffc2c94a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue