From: David Lamparter Date: Tue, 26 Jul 2022 19:46:33 +0000 (-0400) Subject: build: unconditionally enable format checks X-Git-Tag: base_8.4~176^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=8c6f41ff1d464b2d48eca02262dd6446e010bcab;p=matthieu%2Ffrr.git build: unconditionally enable format checks The format message checks done by clippy/xrelfo were still guarded behind `--enable-dev-build`. They've been clean and reliable, so it's time to enable them unconditionally. Fixes: #11680 Signed-off-by: David Lamparter --- diff --git a/lib/subdir.am b/lib/subdir.am index b0c311e7f2..d6defd7149 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -469,11 +469,7 @@ am__v_XRELFO_ = $(am__v_XRELFO_$(AM_DEFAULT_VERBOSITY)) am__v_XRELFO_0 = @echo " XRELFO " $@; am__v_XRELFO_1 = -if DEV_BUILD XRELFO_FLAGS = -Wlog-format -Wlog-args -else -XRELFO_FLAGS = -endif SUFFIXES += .xref %.xref: % $(CLIPPY)