commit | 9860505f689169f857d9fb3de586e3168897f92b | [log] [tgz] |
---|---|---|
author | Ed Tanous <etanous@nvidia.com> | Thu Feb 13 16:57:13 2025 -0800 |
committer | Ed Tanous <ed@tanous.net> | Tue Apr 01 09:25:24 2025 -0700 |
tree | c5dbbb6a1a9074aac8c625e5380d095af59cf55b | |
parent | 3aaddc7b1d6e76ddf1a672bfb48c560dabd22c51 [diff] |
Allow building with boost 1.87 Boost for whatever reason added nodiscard on boost::asio::spawn. Long term someone likely needs to move this coroutine stuff over to c++20 coroutines, but for now, put in maybe_unused where appropriate. Change-Id: I72c2039a2bb1e6198a543f89a1820ed3cb78c9df Signed-off-by: Ed Tanous <ed@tanous.net>
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