summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-06-23 17:27:22 +0200
committerBastien Nocera <hadess@hadess.net>2022-06-23 17:27:22 +0200
commit96882d211efcebc43decad25406ed6de37394ea5 (patch)
tree46d32b5d6685be4a1db47d52cbb9428479400a30 /meson.build
parent5eb41af0aef2f6a99d9a136163de1699ac266e63 (diff)
downloadlibgweather-96882d211efcebc43decad25406ed6de37394ea5.tar.gz
tests: Disable MALLOC_PERTURB when running pylintwip/hadess/faster-pylint
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index d38d8a9..dedca45 100644
--- a/meson.build
+++ b/meson.build
@@ -39,6 +39,7 @@ LOCATIONS_GETTEXT_PACKAGE = libgweather_full_version + '-locations'
c_compiler = meson.get_compiler('c')
pylint = find_program('pylint-3', 'pylint3', 'pylint', required: false)
+nomalloc = environment({'MALLOC_PERTURB_': '0'})
pylint_flags = [
'-d', 'C0111',
'-d', 'W0511',