Skip to content

Commit

Permalink
pthread
Browse files Browse the repository at this point in the history
  • Loading branch information
edmcman committed Sep 5, 2024
1 parent 9de9dfe commit e134607
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ ENV NCPU=$NCPU
ENV NINJAFLAGS="-v"

# This will reduce the memory usage by default
ARG CXXFLAGS="--param ggc-min-expand=5 --param ggc-min-heapsize=32768"
ARG CXXFLAGS="-pthread --param ggc-min-expand=5 --param ggc-min-heapsize=32768"
ENV CXXFLAGS="$CXXFLAGS"

ARG LDFLAGS="-pthread"
ENV LDFLAGS="-pthread"

# This will make a smaller, non-development Dockerfile by default
ARG RECLAIM="-reclaim"

Expand Down

0 comments on commit e134607

Please sign in to comment.