Skip to content

Commit bb7602c

Browse files
committed
configure: remove gratuitous CSANFLAGS print.
It's printed at the bottom, no need to print as we're determining it. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent 744432d commit bb7602c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

configure

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ set_defaults()
202202
FUZZFLAGS="-fsanitize=fuzzer-no-link -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION"
203203
CSANFLAGS="$CSANFLAGS $FUZZFLAGS"
204204
fi
205-
echo CSANFLAGS = $CSANFLAGS
206205
PYTHON=${PYTHON-$(default_python)}
207206
SED=${SED-$(default_sed)}
208207
PYTEST=${PYTEST-$(default_pytest $PYTHON)}

0 commit comments

Comments
 (0)