Skip to content

Commit

Permalink
BUILD: document all build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
davmac314 committed Nov 28, 2024
1 parent b30b428 commit 712b741
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ The following variables affect compilation and link options:
(FreeBSD requires -lrt; link time optimisation requires -flto and other flags).
TEST_CXXFLAGS : are options passed to the compiler when compiling code for tests
TEST_LDFLAGS : are options to be used when linking test code
LDFLAGS_LIBCAP : addition link options required to link with "libcap" (needed if capabilities
support is enabled).

For convenience, generated configuration also allows setting the following:

Expand Down Expand Up @@ -178,6 +180,14 @@ DEFAULT_STOP_TIMEOUT=XXX
this, its process group is sent a SIGKILL signal which should cause it to terminate immediately.
The default if unspecified is 10 seconds. (The value can be overridden for individual services
via the service description).
SUPPORT_CGROUPS=1|0
Whether to include support for cgroups (Linux only).
SUPPORT_CAPABILITIES=1|0
Whether to include support for capabilities (Linux only; requires libcap).
SUPPORT_IOPRIO=1|0
Whether to include support for adjusting IO priority (Linux only).
SUPPORT_OOMADJ=1|0
Whether to include support for adusting OOM-killer score adjustment (Linux only).


Running the test suite
Expand Down

0 comments on commit 712b741

Please sign in to comment.