Recompiled windows exe in release mode
This commit is contained in:
Binary file not shown.
@@ -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>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user