Merge pull request #8723 from mjstapp/fix_show_werror

build: display Werror in configure output, if configured
This commit is contained in:
Quentin Young 2021-05-25 15:29:14 +00:00 committed by GitHub
commit 7ab0717e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}