mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-07-25 02:28:51 +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
|
* No longer requires: libseccomp
|
||||||
- `--disable-sandbox-landlock` (Linux-only)
|
- `--disable-sandbox-landlock` (Linux-only)
|
||||||
* Disable the [Landlock] feature in the sandbox implementation
|
* Disable the [Landlock] feature in the sandbox implementation
|
||||||
- `--enable-xxhash-inline`
|
- `--disable-xxhash-inline`
|
||||||
* Use xxHash as a header-only library
|
* Do not use xxHash as a header-only library
|
||||||
- `--disable-backend-firefox-write`
|
- `--disable-backend-firefox-write`
|
||||||
* Build the Firefox backend without write features
|
* Build the Firefox backend without write features
|
||||||
* No longer requires: Nettle, uriparser
|
* 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([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])
|
EX_FEAT([bookmarkfs-debug], [no], [debugging features for BookmarkFS])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue