commit | f7a69e1adf7583141f7cc68018a281c73bbefa1c | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Mon Jun 15 12:16:51 2020 -0500 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Thu Jun 18 14:32:16 2020 +0000 |
tree | 99dbb31fdc37c345d20fcd4aa5b0b67e2daf28f6 | |
parent | 86013f3918b352e42b8e737dc3c96a1d99bb33c6 [diff] |
meson: Set default buildtype to debugoptimized In general, turning on optimization tends to find more code issues and is closer to how Yocto builds the code. Set 'debugoptimized' as the default buildtype. debugoptimized will compile slightly slower, but developers won't encounter issues where it works on their system but doesn't work on CI as often. Done in sdbusplus here: https://github.com/openbmc/sdbusplus/commit/feb4847245830ad41878851987b59ba837434e3a Put default_options in alphabetical order for easier scanning. Tested: Built the code in an sdk. Change-Id: I790f32a0ceb1c1cc2464bbb2ad818007b4ed1944 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.