From d2fc4df064859b22fb816bdf0313dbea84238ea7 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 13 Sep 2013 02:35:23 +0000 Subject: [PATCH 1/1] build: Remove inactive DEBUG_CPPFLAGS. These were commented out for some years, and don't really add any value. --- Makefile.in | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Makefile.in b/Makefile.in index 4160d257..dae49760 100644 --- a/Makefile.in +++ b/Makefile.in @@ -47,18 +47,6 @@ DEBUG_CPPFLAGS += -Wredundant-decls DEBUG_CPPFLAGS += -Wall -Wno-sign-compare -Wno-unknown-pragmas DEBUG_CPPFLAGS += -Wformat-security DEBUG_CPPFLAGS += -Wmissing-format-attribute -# produces false positives -# DEBUG_CPPFLAGS += -Wunreachable-code -# DEBUG_CPPFLAGS += -Wwrite-strings - -# invalid option for gcc-3.3.3 -# DEBUG_CPPFLAGS += -Wextra -# DEBUG_CPPFLAGS += -Wold-style-definition -# DEBUG_CPPFLAGS += -Wdeclaration-after-statement -# DEBUG_CPPFLAGS += -Wsuggest-attribute=const - -# many warnings about trivial stuff -# CPPFLAGS += -Wconversion ifeq ($(uname_s),Linux) CPPFLAGS += -fdata-sections -ffunction-sections -- 2.39.2