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 46547ca commit 467e1daCopy full SHA for 467e1da
Dockerfile
@@ -44,7 +44,7 @@ WORKDIR /tmp/fluent-bit-$FLB_VERSION/
44
RUN git clone https://github.com/zhonghui12/fluent-bit.git /tmp/fluent-bit-$FLB_VERSION/
45
WORKDIR /tmp/fluent-bit-$FLB_VERSION/build/
46
RUN git fetch origin && git checkout custom-1.8.7 && git status
47
-RUN cmake -DFLB_DEBUG=On \
+RUN cmake -DFLB_RELEASE=On \
48
-DFLB_TRACE=Off \
49
-DFLB_JEMALLOC=On \
50
-DFLB_TLS=On \
0 commit comments