commit | 726f2bddd211f9a7071138331c878b7dd6496796 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Jun 21 01:11:40 2023 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Oct 19 16:39:46 2023 -0700 |
tree | ed67c59088844b8a98b0914ea79263fc95e24c8c | |
parent | 6fdbb2d1a513d3430c95fb9cc4423457823c44f4 [diff] |
transporthandler: Use stdplus network functions These are shared with phosphor-networkd. Change-Id: I2dc796f195c733b5b5b4edcfd59186e3ef30b515 Signed-off-by: William A. Kennington III <wak@google.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