-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add new FLB_MINIMAL cmake option to disable all plugins
This patch introduces a new CMake option FLB_MINIMAL that disable all plugins (inputs, processors, filters and outputs) allowing to eanble manually the desired ones, e.g: if you only want stdin and stdout plugins you simply do: cd build/ cmake -DFLB_MINIMAL=on -DFLB_IN_STDIN=on -DFLB_OUT_STDOUT=on ../ As part of this change, the plugins options list has been moved to the new path cmake/plugins_options.cmake. Signed-off-by: Eduardo Silva <[email protected]>
- Loading branch information
Showing
2 changed files
with
146 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.