commit | 26a386ff6265a31efd8010e1b7518780673de1c2 | [log] [tgz] |
---|---|---|
author | Ed Tanous <etanous@nvidia.com> | Thu Feb 13 16:57:13 2025 -0800 |
committer | Ed Tanous <ed@tanous.net> | Thu Feb 27 15:04:09 2025 -0800 |
tree | 4595e0a2dfcb48bd90cacbbc3809a2438cd5e0c3 | |
parent | 1536332a64ef185928fa5520d8e05ebb91e761ac [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: I59d1851476ed29290e260ba31ef1fe7508b3f441 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