NetworkManager/docs
Beniamino Galvani 0af2762cbf build: allow building with address sanitizer only for executables
Shared libraries built with sanitizers are a bit inconvenient to use
because they require that any application linking to them is run with
libasan preloaded using LD_PRELOAD. This limitation makes the
sanitizer support less useful because applications will refuse to
start unless there is a special environment variable set.

Let's turn the --enable-address-sanitizer configure flag into
--with-address-sanitizer=yes|no|exec so that is possible to enable
asan only for executables.
2018-02-15 15:34:03 +01:00
..
api build/meson: fix build without introspection 2018-01-10 12:30:48 +01:00
libnm build: allow building with address sanitizer only for executables 2018-02-15 15:34:03 +01:00
libnm-glib all: replace non-leading tabs with spaces 2018-02-07 13:32:04 +01:00
libnm-util all: replace non-leading tabs with spaces 2018-02-07 13:32:04 +01:00
meson.build build: add initial support for meson build system 2017-12-13 15:48:50 +01:00