X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/94759fd3273af5d0f432f2ea50e1e739eaf7aa0d..18ca0b4428846396356378dfb5949bbc3839a3be:/Makefile.in diff --git a/Makefile.in b/Makefile.in index ed11d9b..dd94837 100644 --- a/Makefile.in +++ b/Makefile.in @@ -34,7 +34,12 @@ INSTALL_PROGRAM:=@INSTALL_PROGRAM@ # Use -DHACKY_PARALLEL if you are compiling secnet for an extremely # slow machine #CFLAGS:=-Wall @WRITESTRINGS@ @CFLAGS@ -DHACKY_PARALLEL -CFLAGS:=-Wall @WRITESTRINGS@ @CFLAGS@ +CFLAGS:=-Wall @WRITESTRINGS@ @CFLAGS@ \ + -W -Wno-unused \ + -Wno-pointer-sign -Wstrict-prototypes -Wmissing-prototypes \ + -Wmissing-declarations -Wnested-externs -Wredundant-decls \ + -Wpointer-arith -Wformat=2 -Winit-self \ + -Wswitch-enum -Wunused-variable -Wbad-function-cast ALL_CFLAGS:=@DEFS@ -I$(srcdir) -I. $(CFLAGS) CPPFLAGS:=@CPPFLAGS@ LDFLAGS:=@LDFLAGS@