mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 20:15:08 +00:00
Merge pull request #8723 from mjstapp/fix_show_werror
build: display Werror in configure output, if configured
This commit is contained in:
commit
7ab0717e34
@ -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 New Issue
Block a user