commit | e808bae0d896d78559f0b37b12e930ca3963f92e | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri May 31 14:55:36 2024 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Jul 03 20:25:08 2024 +0000 |
tree | dc9d97e1f0d5e42dceb840e7ec953ac9f0f9951e | |
parent | 38108d9dc558e0a8d9849d78a665126100b8c76c [diff] |
convert ipmid-new.cpp to use lg2 Change-Id: I0ebb51a11032c5925c0f2c2f949dd064bc5a8673 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.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