Paranoid compile by default
authorAri Johnson <iamtheari@gmail.com>
Fri, 25 Mar 2011 01:11:54 +0000 (21:11 -0400)
committerAri Johnson <iamtheari@gmail.com>
Fri, 25 Mar 2011 01:11:54 +0000 (21:11 -0400)
Makefile.SH

index 7171441a746584c74f591f57361addfe5b62b322..13565fd54e4ad1653dee99a896166a556f6531d9 100644 (file)
@@ -45,12 +45,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
+CCFLAGS=$optimize -I.. -I../hdrs $ccflags $warnings -Wall -Wno-comment -Wno-parentheses -Wno-switch -Werror
 LDFLAGS=$ldflags
 CLIBS=$libs $cryptlib $libssl $libcrypto $libmysqlclient
 INSTALL=$install