commit | 42f64efc1eb8d6c09fb55777da2e6b6305cda3db | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Mon Feb 05 15:03:18 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Fri Jun 21 00:34:07 2024 +0000 |
tree | d6e045b58f79a358ac07d32a7c0ca3205792261c | |
parent | c1c7eac413d690522087abdbc13086177b1e428b [diff] |
Refactor to call the getProperty method Uniformly use the getProperty method of utils.hpp to obtain values Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I9eae6bba6806215b51090637a7e42c8c8d90be87
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