commit | ffd5f0429f7df250ca667405e580dcdb36ef2575 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Fri Jul 19 09:32:15 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Wed Jul 24 08:19:48 2024 +0800 |
tree | bd05411aab34e2a60435e5af51ded309ffb1fb0c | |
parent | 9cd6d9a0255c0d0e45a5b81299fb9189e35f17c6 [diff] |
convert globalhandler.cpp to use lg2 Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I813779ee83fa19df01afd0b5c1cfd6294d3be777
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