build: Build the daemon with -Wall.
* daemon.am (AM_CXXFLAGS): New variable.
This commit is contained in:
parent
13f04f48d0
commit
996ed6acd5
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ CLEANFILES += $(BUILT_SOURCES)
|
|||
|
||||
noinst_LIBRARIES = libformat.a libutil.a libstore.a
|
||||
|
||||
AM_CXXFLAGS = -Wall
|
||||
|
||||
libformat_a_SOURCES = \
|
||||
nix/boost/format/free_funcs.cc \
|
||||
nix/boost/format/parsing.cc \
|
||||
|
|
Reference in a new issue