Skip to content

Commit

Permalink
disable AVX2-only compile option
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Aug 3, 2015
1 parent dc71cc9 commit 50a4869
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpuminer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;CURL_STATICLIB;SCRYPT_KECCAK512;SCRYPT_CHACHA;SCRYPT_CHOOSE_COMPILETIME;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>.;compat;compat\curl-for-windows\curl\include;compat\jansson;compat\getopt;compat\pthreads;compat\curl-for-windows\openssl\openssl\include;compat\curl-for-windows\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<EnableEnhancedInstructionSet>AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
</ClCompile>
<Link>
<GenerateDebugInformation>false</GenerateDebugInformation>
Expand Down

0 comments on commit 50a4869

Please sign in to comment.