Skip to content

Commit

Permalink
workflows: add cmake debug
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Jan 27, 2025
1 parent 91bfd9f commit a7349c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ WORKDIR /src/fluent-bit/build/

ARG WAMR_BUILD_TARGET

RUN cmake -DFLB_RELEASE=On \
RUN cmake -v -DFLB_RELEASE=On \
-DFLB_JEMALLOC=On \
-DFLB_TLS=On \
-DFLB_SHARED_LIB=Off \
Expand Down

0 comments on commit a7349c2

Please sign in to comment.