mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 16:04:49 +00:00
2004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* redhat/quagga.spec.in: add comments showing how to get gcc verbosity
This commit is contained in:
parent
976d8c734b
commit
7966b97ce3
@ -1,3 +1,7 @@
|
||||
2004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
||||
|
||||
* redhat/quagga.spec.in: add comments showing how to get gcc verbosity
|
||||
|
||||
2004-11-08 Paul Jakma <paul@dishone.st>
|
||||
|
||||
* configure.ac: bump version to 0.97.3, release imminent.
|
||||
|
@ -106,6 +106,17 @@ developing OSPF-API and quagga applications.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
|
||||
# For standard gcc verbosity, uncomment these lines:
|
||||
#CFLAGS="%{optflags} -Wall -Wsign-compare -Wpointer-arith"
|
||||
#CFLAGS="${CFLAGS} -Wbad-function-cast -Wwrite-strings"
|
||||
|
||||
# For ultra gcc verbosity, uncomment these lines also:
|
||||
#CFLAGS="${CFLAGS} -W -Wcast-qual -Wstrict-prototypes"
|
||||
#CFLAGS="${CFLAGS} -Wmissing-declarations -Wmissing-noreturn"
|
||||
#CFLAGS="${CFLAGS} -Wmissing-format-attribute -Wunreachable-code"
|
||||
#CFLAGS="${CFLAGS} -Wpacked -Wpadded"
|
||||
|
||||
%configure \
|
||||
%if !%{with_shared}
|
||||
--disable-shared \
|
||||
|
Loading…
Reference in New Issue
Block a user