Skip to content

Commit

Permalink
Make output less cluttered by only showing binary or numeric on a line
Browse files Browse the repository at this point in the history
  • Loading branch information
fdwr committed Feb 25, 2021
1 parent b7447d6 commit 76afdd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Binary file modified BiNums.cpp
Binary file not shown.
7 changes: 5 additions & 2 deletions SeeBiNum.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>MaxSpeed</Optimization>
<Optimization>MinSpace</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
Expand All @@ -141,12 +141,15 @@
<LanguageStandard>stdcpp17</LanguageStandard>
<EnableModules>true</EnableModules>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<GenerateDebugInformation>DebugFull</GenerateDebugInformation>
<IgnoreAllDefaultLibraries>
</IgnoreAllDefaultLibraries>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand Down

0 comments on commit 76afdd3

Please sign in to comment.