From 430c23322aeac3bd3922d0bcbf5669be37686eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 27 Dec 2016 23:18:29 +0100 Subject: build: configure ncurses with --disable-leaks Makes analysis with valgrind easier. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index a8a8bdd..eff075d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -31,7 +31,7 @@ LIBNCURSES_CONFIG = --disable-database --with-fallbacks=st,st-256color,xterm,xte --with-shared --enable-widec --enable-ext-colors --with-termlib=tinfo \ --without-ada --without-cxx --without-cxx-binding --without-manpages \ --without-tests --without-progs --without-debug --without-profile \ - --without-cxx-shared --without-termlib --without--ticlib + --without-cxx-shared --without-termlib --without--ticlib --disable-leaks dependency/build: mkdir -p "$@" -- cgit v1.2.3