Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions installation/downloads/source/build-and-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Fluent Bit provides configurable options to CMake that can be enabled or disable
| `FLB_BINARY` | Build executable | `Yes` |
| `FLB_CHUNK_TRACE` | Enable chunk traces | `Yes` |
| `FLB_COVERAGE` | Build with code-coverage | `No` |
| `FLB_COVERAGE_TYPE` | Coverage type ([`gcov`](https://gcc.gnu.org/onlinedocs/gcc/Gcov-Intro.html), [`llvm`](https://clang.llvm.org/docs/SourceBasedCodeCoverage.html)) | `gcov` |
| `FLB_CONFIG_YAML` | Enable YAML configuration support | `Yes` |
| `FLB_CORO_STACK_SIZE` | Set coroutine stack size | |
| `FLB_CUSTOM_CALYPTIA` | Enable Calyptia Support | `Yes` |
Expand Down