commit | c1c7eac413d690522087abdbc13086177b1e428b | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Sun Feb 04 17:24:19 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Fri Jun 21 00:33:47 2024 +0000 |
tree | 8a5e285becf96807db7dc42229ad468686e3297e | |
parent | 0d1d7ad2b50e7fe08a4e5d7affe6a8d3d50f4d21 [diff] |
Refactor to call the GetSubTree method Uniformly use the getSubTree method of utils.hpp to obtain objectTree Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I20204745a01c50f053db74a5749a070bc8193d39
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