aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-12-27 23:18:29 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-12-27 23:18:29 +0100
commit430c23322aeac3bd3922d0bcbf5669be37686eb7 (patch)
treefe6df86b91e3405087ccdcb7107aa308a525684b /GNUmakefile
parent414fff2c88dae532fdd3fe00d1aef7e70e7a3244 (diff)
downloadvis-430c23322aeac3bd3922d0bcbf5669be37686eb7.tar.gz
vis-430c23322aeac3bd3922d0bcbf5669be37686eb7.tar.xz
build: configure ncurses with --disable-leaks
Makes analysis with valgrind easier.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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 "$@"