Skip to content

Commit

Permalink
configure.ac: add AM_SILENT_RULES([yes])
Browse files Browse the repository at this point in the history
This will make compiler warnings more visible by default.
  • Loading branch information
dilyanpalauzov committed Sep 10, 2023
1 parent 97aa651 commit 4b4d44d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ PKG_PROG_PKG_CONFIG

AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability foreign dist-bzip2
no-installinfo subdir-objects silent-rules tar-ustar])
AM_SILENT_RULES([yes])
AC_CONFIG_LIBOBJ_DIR([lib])

dnl Useful hook for distributions
Expand Down

0 comments on commit 4b4d44d

Please sign in to comment.