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