]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.in
configure.ac: do not check for malloc.h
[paraslash.git] / Makefile.in
index d636f6cf3e7f631ffa032f7e3ef7f3f27f6efcca..80a19ea3c2edcb6341899a0e5831690f658c8103 100644 (file)
@@ -16,11 +16,11 @@ install_sh = @install_sh@
 build_date = $(shell date)
 system = $(shell uname -rs)
 cc_version = $(shell $(CC) --version | head -n 1)
-codename = sonic convolution
+codename = transient singularity
 
-#DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
+DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
 
-#DEBUG_CPPFLAGS += -Wredundant-decls
+DEBUG_CPPFLAGS += -Wredundant-decls
 
 # produces false positives
 # DEBUG_CPPFLAGS += -Wunreachable-code