Closed jlevon closed 2 years ago
cc @berrange
The change looks fine, though strangely it has exposed some valgrind traces in the python tests.
Yep, there's a bug in CPython somehow related to calling into optimized libraries - I need to move our default back to unoptimized
Instead of "plain", which doesn't specify any optimization, use "release", which both turns off -DDEBUG and enables -O3.
Signed-off-by: John Levon john.levon@nutanix.com