commit | 05e9387175a75c00c7225e5f7d6d705825331928 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Wed Jul 17 14:48:14 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Fri Jul 19 08:20:24 2024 +0800 |
tree | 2314e26f99ccb4e3493e1446246c7380130760c9 | |
parent | ce338fd1ae1ce55002c69610e7dc94689607f490 [diff] |
app: switch to lg2 Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Id55c91667a7bd0184ec4d55d6e1c15844d9ffb50
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