Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
build: drop wrong param
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Antares0982 committed May 1, 2024
1 parent 3001b9c commit a52efd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ file(GLOB_RECURSE DEPS_CPP_FILES ${DEPS_PATH}/*.cpp)
add_library(cjson SHARED ${SRC_C_FILES} ${DEPS_CPP_FILES})

if (NOT MSVC)
target_compile_options(cjson PUBLIC -mavx512bw -mavx512vl)
target_compile_options(cjson PUBLIC -march=native)
endif (NOT MSVC)

if (CMAKE_BUILD_TYPE STREQUAL "Release")
Expand Down

0 comments on commit a52efd7

Please sign in to comment.