Meson by default has --buildtype=debug, so currently, with two stacked
build systems and without explicit setting, half of the build was
non-debug (make) and the other half was debug (meson).
How to test this PR?
Execute the changed instruction. Ensure that the build is either fully debug or fully non-debug
Description of the changes
Meson by default has --buildtype=debug, so currently, with two stacked build systems and without explicit setting, half of the build was non-debug (make) and the other half was debug (meson).
How to test this PR?
Execute the changed instruction. Ensure that the build is either fully debug or fully non-debug
This change is