File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ void Project::writeCompilationConfiguration(wofstream &file) const
425425 file << " <OpenMPSupport>" << openMPSupport () << " </OpenMPSupport>" << endl;
426426 file << " <WarningLevel>" << warningLevel () << " </WarningLevel>" << endl;
427427 file << " <DebugInformationFormat Condition=\" '$(Configuration)'=='Debug'\" >ProgramDatabase</DebugInformationFormat>" << endl;
428- file << " <DebugInformationFormat Condition=\" '$(Configuration)'=='Release'\" >None </DebugInformationFormat>" << endl;
428+ file << " <DebugInformationFormat Condition=\" '$(Configuration)'=='Release'\" >OldStyle </DebugInformationFormat>" << endl;
429429 file << " <BasicRuntimeChecks Condition=\" '$(Configuration)'=='Debug'\" >EnableFastChecks</BasicRuntimeChecks>" << endl;
430430 file << " <BasicRuntimeChecks Condition=\" '$(Configuration)'=='Release'\" >Default</BasicRuntimeChecks>" << endl;
431431 file << " <InlineFunctionExpansion Condition=\" '$(Configuration)'=='Debug'\" >Disabled</InlineFunctionExpansion>" << endl;
You can’t perform that action at this time.
0 commit comments