commit | 82844ef677e97757881b43052e7c67691e8d377c | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Wed Jul 17 17:03:56 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Wed Jul 24 08:19:47 2024 +0800 |
tree | b7deef6319927cb0ccc9f80ee976655eeb2a9d92 | |
parent | de6694e2a9931e9463b5fc2b9162254e4db21b06 [diff] |
user_channel: switch to lg2 Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I80149836f196f01eb09cc874f74eec0d787b5ac5
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