Skip to content

Commit

Permalink
adding asm disable macro
Browse files Browse the repository at this point in the history
  • Loading branch information
noodlesbad committed Sep 5, 2022
1 parent 9fa70ba commit 9a6b617
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions native/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ IF (MSVC)
add_definitions("/wd4711")
ENDIF()

if (MSVC OR APPLE)
add_compile_options(-DZSTD_DISABLE_ASM)
endif(MSVC OR APPLE)
#ASM disable
add_compile_options(-DZSTD_DISABLE_ASM)

set(LZ4_DIR ../lz4/)
set(ZSTD_DIR ../zstd/)
Expand Down

0 comments on commit 9a6b617

Please sign in to comment.