commit | 531223fba1dd34f9630d21c76445f6ac4f4edd05 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Mon Nov 11 07:30:15 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Mon Nov 18 08:07:43 2024 +0000 |
tree | 2e6707eb6a6af79644569b555901b7ca81759fae | |
parent | 8bd9a9bca9ab028abbef0996fcbeb071bca2c0ff [diff] |
boost version 1.86 support Added fix for boost::asio::spawn overload issue reported similar to chriskohlhoff/asio#1524, during boost 1.86 migration build. Proposed fix is to use default completion token. Tested: verified build Change-Id: Ie3ebcf963f998fd6064e8efab49d1fe584d4b587 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.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