diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-09-22 16:40:18 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-09-23 00:33:50 +0200 |
commit | 996ed6acd5586f9db08a9388442acdd044285fe4 (patch) | |
tree | 5588000b68cac5efc48eb8cd327a1599b925d083 /daemon.am | |
parent | 13f04f48d0f5b4338ef5d4aa27b892bb0f28c7c2 (diff) | |
download | guix-996ed6acd5586f9db08a9388442acdd044285fe4.tar guix-996ed6acd5586f9db08a9388442acdd044285fe4.tar.gz |
build: Build the daemon with -Wall.
* daemon.am (AM_CXXFLAGS): New variable.
Diffstat (limited to 'daemon.am')
-rw-r--r-- | daemon.am | 2 |
1 files changed, 2 insertions, 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 \ |