summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-02-22 23:04:12 +0900
committerGitHub <noreply@github.com>2023-02-22 23:04:12 +0900
commit58fbf167d76e51b0962785ff5efb780def37ad43 (patch)
treed21ba63c8c50433db2a59c2d88f5424099f078db /meson.build
parent97be742d95a0f0fb7a6602085d852803ed1e0aab (diff)
parent18e100172c8b68fd118979dd535be80748112aad (diff)
downloadsystemd-58fbf167d76e51b0962785ff5efb780def37ad43.tar.gz
Merge pull request #26528 from keszybz/valgrind-simplification
Drop the -Dvalgrind configuration option
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index 347e09b0e0..0476d972d0 100644
--- a/meson.build
+++ b/meson.build
@@ -1020,8 +1020,6 @@ endforeach
conf.set10('ENABLE_DEBUG_HASHMAP', enable_debug_hashmap)
conf.set10('ENABLE_DEBUG_MMAP_CACHE', enable_debug_mmap_cache)
conf.set10('ENABLE_DEBUG_SIPHASH', enable_debug_siphash)
-
-conf.set10('VALGRIND', get_option('valgrind'))
conf.set10('LOG_TRACE', get_option('log-trace'))
default_user_path = get_option('user-path')
@@ -4609,7 +4607,6 @@ foreach tuple : [
['debug hashmap'],
['debug mmap cache'],
['debug siphash'],
- ['valgrind', conf.get('VALGRIND') == 1],
['trace logging', conf.get('LOG_TRACE') == 1],
['install tests', install_tests],
['link-udev-shared', get_option('link-udev-shared')],