Skip to content

Commit

Permalink
don't enable cityhash by default
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Sep 11, 2024
1 parent 21cbea7 commit 2ccc35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def has_header_file(name, isdir=False) -> bool:
lz4_ENABLED = DEFAULT
rencodeplus_ENABLED = DEFAULT
brotli_ENABLED = DEFAULT and has_header_file("/brotli/decode.h") and has_header_file("/brotli/encode.h")
cityhash_ENABLED = DEFAULT and has_header_file("/city.h")
cityhash_ENABLED = False # has_header_file("/city.h")
qrencode_ENABLED = DEFAULT and has_header_file("/qrencode.h")
clipboard_ENABLED = DEFAULT
Xdummy_ENABLED = None if POSIX else False # None means auto-detect
Expand Down

0 comments on commit 2ccc35c

Please sign in to comment.