Skip to content

Commit

Permalink
Make: Temporarily preset -mavx2
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed May 12, 2024
1 parent f3d3ef1 commit e311172
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3,926 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ if(MSVC)
set(CMAKE_CXX_FLAGS_RELWITHDEBINFO
"${CMAKE_CXX_FLAGS_RELWITHDEBINFO} /O2 /DEBUG")
else()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mavx2")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pedantic")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-exceptions")
Expand Down
Loading

0 comments on commit e311172

Please sign in to comment.