Skip to content

Commit

Permalink
add verbosity to make
Browse files Browse the repository at this point in the history
Signed-off-by: Celalettin Calis <[email protected]>
  • Loading branch information
celalettin1286 authored Jan 27, 2025
1 parent 0856d5c commit dcf025c
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 @@ -81,7 +81,7 @@ RUN cmake -DFLB_RELEASE=On \
-DFLB_CHUNK_TRACE="$FLB_CHUNK_TRACE" \
..

RUN make -j "$(getconf _NPROCESSORS_ONLN)" VERBOSE=1
RUN CFLAGS="-v" make -j "$(getconf _NPROCESSORS_ONLN)"
RUN install bin/fluent-bit /fluent-bit/bin/

# Configuration files
Expand Down

0 comments on commit dcf025c

Please sign in to comment.