mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 07:30:56 +00:00
BUILD: Remove pointless condition in msbuild
Analysis is debug, not release.
This commit is contained in:
parent
9cb0bf2158
commit
7deaecb308
@ -440,7 +440,7 @@ void MSBuildProvider::createBuildProp(const BuildSetup &setup, bool isRelease, M
|
||||
<< "\t\t\t<BufferSecurityCheck>false</BufferSecurityCheck>\n"
|
||||
<< "\t\t\t<DebugInformationFormat></DebugInformationFormat>\n"
|
||||
<< "\t\t\t<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\n"
|
||||
<< "\t\t\t<EnablePREfast>" << (configuration == "Analysis" ? "true" : "false") << "</EnablePREfast>\n"
|
||||
<< "\t\t\t<EnablePREfast>false</EnablePREfast>\n"
|
||||
<< "\t\t</ClCompile>\n"
|
||||
<< "\t\t<Lib>\n"
|
||||
<< "\t\t\t<LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>\n"
|
||||
|
Loading…
Reference in New Issue
Block a user