mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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
|
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 a new issue