mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer (MSVC): Avoid generating debug info when this info would be thrown away at link time
This commit is contained in:
parent
4ec935c709
commit
6fb4d820a2
1 changed files with 1 additions and 1 deletions
|
|
@ -1087,7 +1087,7 @@ public:
|
|||
|
||||
const auto debugInfoFormat = isDebug || config.shouldGenerateDebugSymbols()
|
||||
? config.getDebugInformationFormatString()
|
||||
: "OldStyle";
|
||||
: "None";
|
||||
|
||||
cl->createNewChildElement ("DebugInformationFormat")->addTextElement (debugInfoFormat);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue