X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=e26deb82da7f01122046971de2156d0a6595708e;hb=d88325b94b76663e57847a382843ff1f05733957;hp=cd76a1f6f007bde49b8dac544a0eb2912c86dfd7;hpb=63064b3d49037ab259b7c45479aad4d00a2eca91;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index cd76a1f6..e26deb82 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,10 +13,10 @@ install_sh = @install_sh@ build_date = $(shell date) system = $(shell uname -rs) cc_version = $(shell $(CC) --version | head -n 1) -codename = inductive resonance +codename = neural discharge -# DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W -# DEBUG_CPPFLAGS += -Wredundant-decls +DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W +DEBUG_CPPFLAGS += -Wredundant-decls # produces false positives # DEBUG_CPPFLAGS += -Wunreachable-code # DEBUG_CPPFLAGS += -Wwrite-strings