Skip to content

Commit

Permalink
Silence GDB output by default
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeto committed Sep 8, 2022
1 parent 6fff86f commit 5a16f37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@ RUN /expat-$EXPAT_VERSION/configure \
&& make install

WORKDIR /gdb
RUN /gdb-$GDB_VERSION/configure \
RUN sed -i 's/quiet = 0/quiet = 1/' /gdb-$GDB_VERSION/gdb/main.c \
&& /gdb-$GDB_VERSION/configure \
--host=$ARCH \
--with-libexpat-prefix=/deps \
--with-libgmp-prefix=/deps \
Expand Down

0 comments on commit 5a16f37

Please sign in to comment.