Skip to content

Commit 53982a6

Browse files
authored
Turn on FLB_SIMD for later builds (#989)
1 parent 9d11eec commit 53982a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/dockerfiles/build/Dockerfile.compile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN if [ "$DEBUG" = "On" ]; then \
1717
# Build Fluent Bit with appropriate compiler flags based on DEBUG and RELEASE arguments
1818
RUN cmake \
1919
# always on
20+
-DFLB_SIMD=On \
2021
-DFLB_JEMALLOC=On \
2122
-DFLB_TLS=On \
2223
-DFLB_HTTP_SERVER=On \

0 commit comments

Comments
 (0)