]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.in
paraslash 0.2.13
[paraslash.git] / Makefile.in
index 2aece7ceb5013a5e7bdfc1af7df2540a1487ac85..d636f6cf3e7f631ffa032f7e3ef7f3f27f6efcca 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 = oriented abstraction
+codename = sonic convolution
 
-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