forked from Mirror/frr
build: display Werror in configure output if configured
Include -Werror with the listing of compiler flags. Signed-off-by: Mark Stapp <mjs@voltanet.io>
This commit is contained in:
parent
202af4abaa
commit
1c35c57c96
|
@ -2685,7 +2685,7 @@ FRR version : ${PACKAGE_VERSION}
|
||||||
host operating system : ${host_os}
|
host operating system : ${host_os}
|
||||||
source code location : ${srcdir}
|
source code location : ${srcdir}
|
||||||
compiler : ${CC}
|
compiler : ${CC}
|
||||||
compiler flags : ${CFLAGS} ${AC_CFLAGS} ${SAN_FLAGS}
|
compiler flags : ${CFLAGS} ${WERROR} ${AC_CFLAGS} ${SAN_FLAGS}
|
||||||
make : ${MAKE-make}
|
make : ${MAKE-make}
|
||||||
linker flags : ${LDFLAGS} ${SAN_FLAGS} ${LIBS} ${LIBCAP} ${LIBREADLINE} ${LIBM}
|
linker flags : ${LDFLAGS} ${SAN_FLAGS} ${LIBS} ${LIBCAP} ${LIBREADLINE} ${LIBM}
|
||||||
state file directory : ${frr_statedir}
|
state file directory : ${frr_statedir}
|
||||||
|
|
Loading…
Reference in a new issue