Skip to content

Commit

Permalink
drop SmallerTypeCheck - not supported in update 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Apr 8, 2016
1 parent 29692ab commit f47a6f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions far/far.vcxproj
Expand Up @@ -126,7 +126,6 @@ if not exist bootstrap mkdir bootstrap</Command>
<Optimization>Disabled</Optimization>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<SmallerTypeCheck>true</SmallerTypeCheck>
<PreprocessorDefinitions>_DEBUG;SYSLOG;SYSLOG_FARSYSLOG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ResourceCompile>
Expand Down Expand Up @@ -287,7 +286,6 @@ cl /nologo /c /Fo"$(IntDir)%(Filename)_c++.testobj" /TP api_test.c
<ClCompile Include="setcolor.cpp" />
<ClCompile Include="sqlite.c">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<SmallerTypeCheck>false</SmallerTypeCheck>
</ClCompile>
<ClCompile Include="sqlite_unicode.c">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
Expand Down

0 comments on commit f47a6f1

Please sign in to comment.