commit | ec9e8bbff4a5d05bb75c1ca26410072648e3079e | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@gmail.com> | Sat May 24 15:11:33 2025 -0700 |
committer | Vernon Mauery <vernon.mauery@gmail.com> | Sat May 24 15:15:19 2025 -0700 |
tree | 8743c8498e0161e4bed264e0aad5976c0c808490 | |
parent | 9fa0335da0674ed463dcaba9971b55d0073160db [diff] |
Fix clang-tidy reported issue The proper way to unpack multiple items is to just unpack them No need to use std::tie here. Change-Id: I7262d0401ee9952971eab1be199bdee41ea07bd4 Signed-off-by: Vernon Mauery <vernon.mauery@gmail.com>
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage