Enable -Wall by default

This commit is contained in:
Rene Kita
2021-09-12 12:06:43 +02:00
parent 0073ec6daf
commit bf40283a80

View File

@@ -35,7 +35,7 @@ RC_DIR = @RC_DIR@
ETC_DIR = $(sysconfdir) ETC_DIR = $(sysconfdir)
CONF_DIR = $(sysconfdir)/$(PACKAGE) CONF_DIR = $(sysconfdir)/$(PACKAGE)
CFLAGS = -I. -I$(top_srcdir) @CFLAGS@ $(CPPFLAGS) $(DEFS) $(OPTS) CFLAGS = -Wall -I. -I$(top_srcdir) @CFLAGS@ $(CPPFLAGS) $(DEFS) $(OPTS)
WCCFLAGS = @WCCFLAGS@ WCCFLAGS = @WCCFLAGS@
CPPFLAGS = @CPPFLAGS@ CPPFLAGS = @CPPFLAGS@
DEFS = @DEFS@ -DAUXBIN_DIR=\"$(AUXBIN_DIR)\" \ DEFS = @DEFS@ -DAUXBIN_DIR=\"$(AUXBIN_DIR)\" \