diff options
author | ajs <ajs> | 2004-11-10 22:02:05 +0000 |
---|---|---|
committer | ajs <ajs> | 2004-11-10 22:02:05 +0000 |
commit | b836fdc5788d3712fb80ba6018fb2e8f2d1abfcc (patch) | |
tree | 72c724d5c7342fa18de63103c1e4ece9db7688a3 /redhat | |
parent | c5552d45c3361e13390f5dbea1a0a7b17ef2e116 (diff) | |
download | quagga-b836fdc5788d3712fb80ba6018fb2e8f2d1abfcc.tar.bz2 quagga-b836fdc5788d3712fb80ba6018fb2e8f2d1abfcc.tar.xz |
2004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* redhat/quagga.spec.in: add comments showing how to get gcc verbosity
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/quagga.spec.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/quagga.spec.in b/redhat/quagga.spec.in index c61ab72f..09683de3 100644 --- a/redhat/quagga.spec.in +++ b/redhat/quagga.spec.in @@ -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 \ |