File: CMakeOptions.txt

package info (click to toggle)
firebuild 0.8.6-1
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 2,624 kB
  • sloc: cpp: 14,301; ansic: 6,429; python: 2,401; sh: 262; makefile: 40; awk: 33
file content (13 lines) | stat: -rw-r--r-- 632 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Build options for use by CMake

# Disabling this option may be useful for triaging performance issues
# or result faster hash computation where the system's libxxhash library
# uses HW acceleration. See: https://bugs.debian.org/977345
option(ENABLE_XXH_INLINE_ALL "Enable -DXXH_INLINE_ALL" ON)

# Detect and link with jemalloc when it is available.
# Disabling linking with jemalloc may help in triaging memory handling issues.
option(WITH_JEMALLOC "Link with jemalloc" ON)

# Enables ASan for the supervisor and UBSan for the supervisor and the interceptor
option(SANITIZE "Enable Address and Undefined behaviour sanitizer" OFF)