aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2022-05-12 15:20:51 +0100
committerGitHub <noreply@github.com>2022-05-12 15:20:51 +0100
commit294aa666fe09a8b6ca133201c7593c54d3cab6e8 (patch)
tree6baf13186d72247a6cec78c1401ebb8327bd4ebb /meson.build
parent928bba3dcc84c73d79fcd9ac1ea6467410477c45 (diff)
downloadlibvfio-user-294aa666fe09a8b6ca133201c7593c54d3cab6e8.zip
libvfio-user-294aa666fe09a8b6ca133201c7593c54d3cab6e8.tar.gz
libvfio-user-294aa666fe09a8b6ca133201c7593c54d3cab6e8.tar.bz2
build PR runs in release mode (#669)
Instead of "plain", which doesn't specify any optimization, use "release", which both turns off -DDEBUG and enables -O3. Switch the default build to "debug" - we can't use optimization if we want to run valgrind, as there are apparent CPython bugs that trip up valgrind in that case. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Swapnil Ingle <swapnil.ingle@nutanix.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 6cb7b5d..2e08cc5 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@ project(
license: 'BSD-3-Clause',
meson_version: '>= 0.53.0',
default_options: [
- 'buildtype=debugoptimized',
+ 'buildtype=debug',
'c_std=gnu99',
'warning_level=2',
# clang with dwarf-5 can break valgrind