We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d11eec commit 53982a6Copy full SHA for 53982a6
scripts/dockerfiles/build/Dockerfile.compile
@@ -17,6 +17,7 @@ RUN if [ "$DEBUG" = "On" ]; then \
17
# Build Fluent Bit with appropriate compiler flags based on DEBUG and RELEASE arguments
18
RUN cmake \
19
# always on
20
+ -DFLB_SIMD=On \
21
-DFLB_JEMALLOC=On \
22
-DFLB_TLS=On \
23
-DFLB_HTTP_SERVER=On \
0 commit comments