commit | b4b409180c2773e1cede1d2e2936881d09639f5a | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Wed Jul 17 16:14:17 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Thu Oct 10 09:30:32 2024 +0800 |
tree | a4fe273fcc12bce42207686a6b168d35cd8b32ad | |
parent | 3808e55816cc5d25b894b4f8bed2e40b3f47a407 [diff] |
ipmid: switch to lg2 Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I838587b2d564f3c00b78ce37e175d7e8ace51142
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