Skip to content

Commit

Permalink
Revert "cmake : fix MSVC compile error C3688 on non-unicode Windows (g…
Browse files Browse the repository at this point in the history
…gerganov#1110)"

This reverts commit fe5c1a7.
  • Loading branch information
ggerganov committed Jul 26, 2023
1 parent 49e8a55 commit da4554b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Expand Up @@ -251,7 +251,6 @@ if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm" OR ${CMAKE_SYSTEM_PROCESSOR} MATCHES
else()
message(STATUS "x86 detected")
if (MSVC)
add_compile_options(/utf-8)
if(NOT WHISPER_NO_AVX2)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /arch:AVX2")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /arch:AVX2")
Expand Down

0 comments on commit da4554b

Please sign in to comment.