Recompiled windows exe in release mode

This commit is contained in:
Brandon
2014-12-16 08:39:50 -05:00
parent a6e1d80a04
commit 263c198caf
5 changed files with 4 additions and 3 deletions

View File

Binary file not shown.

View File

@@ -28,6 +28,7 @@
<PlatformToolset>v120</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<UseOfMfc>Static</UseOfMfc>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@@ -46,7 +47,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<IncludePath>E:\cygwin64\home\bill\infnoise\software\VisualStudio\ftdi;$(IncludePath)</IncludePath>
<IncludePath>E:\cygwin64\home\bill\infnoise\software\VisualStudio\ftdi;E:\cygwin64\home\bill\infnoise\software\Keccak;$(IncludePath)</IncludePath>
<LibraryPath>E:\cygwin64\home\bill\infnoise\software\VisualStudio\ftdi;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
@@ -66,7 +67,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>

View File

Binary file not shown.

View File

Binary file not shown.

View File

@@ -32,7 +32,7 @@ FILE *outFile;
#define BITMODE_SYNCBB 0x4
#define VERSION1
//#define VERSION1
// This defines which pins on the FT240X are used
#ifdef VERSION1