]> git.puffer.fish Git - matthieu/frr.git/commitdiff
2004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
authorajs <ajs>
Wed, 10 Nov 2004 22:02:05 +0000 (22:02 +0000)
committerajs <ajs>
Wed, 10 Nov 2004 22:02:05 +0000 (22:02 +0000)
        * redhat/quagga.spec.in: add comments showing how to get gcc verbosity

ChangeLog
redhat/quagga.spec.in

index e781acdd2b8556acce36b67fc774a832164a9992..45a27d07acb837f539be15041fceee1814020d9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index c61ab72f54dfd47df31be95f932bc80c8542326d..09683de3d3a9a240123c2e2f45c0d4505f1f6d13 100644 (file)
@@ -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 \