commit | a097c214f82e3613efbb64bc7963e2c6a3db60cd | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Tue Jul 08 16:37:26 2025 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Thu Jul 10 09:07:35 2025 +0800 |
tree | 157b3d11513a60946f5d47cfe7e1d09ab3cd6a48 | |
parent | 2543bd51e2ac1cc7731ae7b0976a0d52d9a530c5 [diff] |
meson: fix warning on run_command Resolve the following: ``` WARNING: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default to true in meson 2.0. ``` Change-Id: Ic2fb5f7d1bbbf28fff36a2f241d3f0b11125e570 Signed-off-by: George Liu <liuxiwei@ieisystem.com>
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