Added note to Makefile.SH for which flags to use to generate extra warnings
authorAri Johnson <ari@cobramush.org>
Tue, 20 Feb 2007 17:02:41 +0000 (17:02 +0000)
committerAri Johnson <ari@cobramush.org>
Tue, 20 Feb 2007 17:02:41 +0000 (17:02 +0000)
Makefile.SH

index 0bc69081ab38669cdec8fbed35f00bdfbca4bc25..686abf119d98311ebc3d951f3027d54d32deb2df 100644 (file)
@@ -46,6 +46,9 @@ $spitshell >Makefile <<!GROK!THIS!
 # If you want to profile the code, add -pg -a -DPROFILING to CCFLAGS
 # and (probably) remove -O
 #
+# If you want to do a paranoid compile, add the following to CCFLAGS:
+# -Wall -Wno-comment -Wno-parentheses -Wno-switch -Werror
+#
 $make_set_make
 CC=$cc
 CCFLAGS=$optimize -I.. -I../hdrs $ccflags $warnings