diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h index 3e1d1a5e5e..6ade460502 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h +++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h @@ -1087,7 +1087,7 @@ public: const auto debugInfoFormat = isDebug || config.shouldGenerateDebugSymbols() ? config.getDebugInformationFormatString() - : "OldStyle"; + : "None"; cl->createNewChildElement ("DebugInformationFormat")->addTextElement (debugInfoFormat);