Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Jul 31, 2021
1 parent eaa9244 commit d812073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion far/far.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ if not exist $(BootstrapDir) mkdir $(BootstrapDir)</Command>
<LanguageStandard>stdcpplatest</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<ConformanceMode>true</ConformanceMode>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<UseFullPaths>false</UseFullPaths>
</ClCompile>
<ResourceCompile>
Expand All @@ -132,6 +131,7 @@ if not exist $(BootstrapDir) mkdir $(BootstrapDir)</Command>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<WholeProgramOptimization>true</WholeProgramOptimization>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Expand All @@ -156,6 +156,7 @@ if not exist $(BootstrapDir) mkdir $(BootstrapDir)</Command>
<PreprocessorDefinitions>_DEBUG;ENABLE_TESTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SupportJustMyCode>true</SupportJustMyCode>
<SDLCheck>true</SDLCheck>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Expand Down

0 comments on commit d812073

Please sign in to comment.