You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
1.2 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flanchan@cumallover.me</email>
</maintainer>
<use>
<flag name="mode_memfile">Use `memfd_create()` instead of paged bufferes</flag>
<flag name="mode_buffered">Use paged buffers, managed by `bytes` library and `jemalloc`</flag>
<flag name="memfile">Same as `mode_memfile`, except does not include `memfile_preallocate`</flag>
<flag name="memfile_preallocate">(For `mode_memfile` only) If input size cannot be determined, preallocate the internal memory to a multiple of the system page size.</flag>
<flag name="jemalloc">Use `jemalloc` as the default system allocator: Useful when using `mode_buffered` or the default mode</flag>
<flag name="disable-logging">Disable logging and error-reporting at runtime. (This is mostly useless, as logging code is still ran; instead, just don't enable the `logging` feature</flag>
<flag name="logging">Enable logging and error-reporting to `stderr` at compile time</flag>
<flag name="bytes">(For non-`memfile` builds): Use more efficient internal buffer management</flag>
</use>
</pkgmetadata>