Skip to content

Commit

Permalink
Build image with release mode rather than debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonghui12 committed Sep 30, 2021
1 parent 46547ca commit 467e1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ WORKDIR /tmp/fluent-bit-$FLB_VERSION/
RUN git clone https://github.com/zhonghui12/fluent-bit.git /tmp/fluent-bit-$FLB_VERSION/
WORKDIR /tmp/fluent-bit-$FLB_VERSION/build/
RUN git fetch origin && git checkout custom-1.8.7 && git status
RUN cmake -DFLB_DEBUG=On \
RUN cmake -DFLB_RELEASE=On \
-DFLB_TRACE=Off \
-DFLB_JEMALLOC=On \
-DFLB_TLS=On \
Expand Down

0 comments on commit 467e1da

Please sign in to comment.