commit | 879c1d8179dbc4ac00207b148506777dd3b40510 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Thu Jul 03 09:36:57 2025 +0800 |
committer | Vernon Mauery <vernon.mauery@gmail.com> | Tue Jul 29 23:14:47 2025 +0000 |
tree | fb3a562cf80ebeac19f330437fc48398304790f1 | |
parent | 6d75e4daa5c19509a0b3d6e00641c65976dea64f [diff] |
remove IPMI_CC Since IPMI_CC declared in api.h has been gradually deprecated, this submission will use ipmi::cc in api.hpp instead. Change-Id: Iaaca85d13ebd1e114587fe64ec169ad92efc7f9d Signed-off-by: George Liu <liuxiwei@ieisystem.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