mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-07-23 17:48:52 +00:00
build: inline libxxhash by default
This commit is contained in:
parent
30f82f5613
commit
65d29fd017
2 changed files with 3 additions and 3 deletions
|
@ -104,8 +104,8 @@ Installation
|
|||
* No longer requires: libseccomp
|
||||
- `--disable-sandbox-landlock` (Linux-only)
|
||||
* Disable the [Landlock] feature in the sandbox implementation
|
||||
- `--enable-xxhash-inline`
|
||||
* Use xxHash as a header-only library
|
||||
- `--disable-xxhash-inline`
|
||||
* Do not use xxHash as a header-only library
|
||||
- `--disable-backend-firefox-write`
|
||||
* Build the Firefox backend without write features
|
||||
* No longer requires: Nettle, uriparser
|
||||
|
|
|
@ -61,7 +61,7 @@ AS_VAR_IF([host_os_is_linux], [yes], [
|
|||
EX_FEAT([sandbox-landlock], [yes], [Landlock features for sandboxing])
|
||||
])
|
||||
|
||||
EX_FEAT([xxhash-inline], [no], [using xxhash as a header-only library])
|
||||
EX_FEAT([xxhash-inline], [yes], [using xxhash as a header-only library])
|
||||
|
||||
EX_FEAT([bookmarkfs-debug], [no], [debugging features for BookmarkFS])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue