Skip to content

Commit 467e1da

Browse files
committed
Build image with release mode rather than debug mode
1 parent 46547ca commit 467e1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ WORKDIR /tmp/fluent-bit-$FLB_VERSION/
4444
RUN git clone https://github.com/zhonghui12/fluent-bit.git /tmp/fluent-bit-$FLB_VERSION/
4545
WORKDIR /tmp/fluent-bit-$FLB_VERSION/build/
4646
RUN git fetch origin && git checkout custom-1.8.7 && git status
47-
RUN cmake -DFLB_DEBUG=On \
47+
RUN cmake -DFLB_RELEASE=On \
4848
-DFLB_TRACE=Off \
4949
-DFLB_JEMALLOC=On \
5050
-DFLB_TLS=On \

0 commit comments

Comments
 (0)