diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-12-27 23:18:29 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-12-27 23:18:29 +0100 |
| commit | 430c23322aeac3bd3922d0bcbf5669be37686eb7 (patch) | |
| tree | fe6df86b91e3405087ccdcb7107aa308a525684b /GNUmakefile | |
| parent | 414fff2c88dae532fdd3fe00d1aef7e70e7a3244 (diff) | |
| download | vis-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-- | GNUmakefile | 2 |
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 "$@" |
