projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
037c40e
)
Added note to Makefile.SH for which flags to use to generate extra warnings
author
Ari Johnson
<ari@cobramush.org>
Tue, 20 Feb 2007 17:02:41 +0000
(17:02 +0000)
committer
Ari Johnson
<ari@cobramush.org>
Tue, 20 Feb 2007 17:02:41 +0000
(17:02 +0000)
Makefile.SH
patch
|
blob
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index 0bc69081ab38669cdec8fbed35f00bdfbca4bc25..686abf119d98311ebc3d951f3027d54d32deb2df 100644
(file)
--- a/
Makefile.SH
+++ b/
Makefile.SH
@@
-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