commit | 9cd353b02c71575d84e1bcd6feb22aec9869244b | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Thu Apr 03 09:04:25 2025 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Wed May 07 02:31:17 2025 +0000 |
tree | aa083a0ef2bb3bb36e43f6b43e8d4791bf5c0f55 | |
parent | 71d21a13f88cb6857913d0546e258cf4a8f3e92c [diff] |
api: remove IPMI_CC_LEN IPMI_CC_LEN is no longer used, this commit removes it. Change-Id: I5656dbcf4d177c08607792deb1683610c50d8b8b 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