X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=Makefile.in;h=e5ea84b013e9146131f97303963c1911f4ef5ac8;hp=52aaaa59752651c783cb5c1c65df0897c7e76b54;hb=b1a0f651d803e1c1ff50f559b50de5c2dd6236d4;hpb=7f861e63553911e2d61c8a7ce8c16b8089446822 diff --git a/Makefile.in b/Makefile.in index 52aaaa5..e5ea84b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,10 +31,7 @@ CC:=@CC@ INSTALL:=@INSTALL@ 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@ -Werror \ -W -Wno-unused \ -Wno-pointer-sign -Wstrict-prototypes -Wmissing-prototypes \ -Wmissing-declarations -Wnested-externs -Wredundant-decls \