X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=3bd3add248600ec1bcd7f26e177c2640040deadb;hp=cd76a1f6f007bde49b8dac544a0eb2912c86dfd7;hb=be6c2a6c1f1e722d5163811d070131d345b58e66;hpb=f3170e2137a7657b575db43c3b11e42eff77bde2 diff --git a/Makefile.in b/Makefile.in index cd76a1f6..3bd3add2 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 @@ -204,7 +204,7 @@ krell.o: krell.c $(CC) -Wall -O -g -fPIC @GTK_CFLAGS@ -c -o $@ krell.c mysql_selector.o: mysql_selector.c - $(CC) -c $(DEBUG_CPPFLAGS) -Wall -O -g @mysql_cppflags@ $< + $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @mysql_cppflags@ $< %.cmdline.o: %.cmdline.c $(CC) -c $(CPPFLAGS) $<