commit | 0893ca3ce6a9b81615a4616a55d247a2f71958eb | [log] [tgz] |
---|---|---|
author | Peter Foley <pefoley@google.com> | Thu Oct 19 16:19:55 2023 -0400 |
committer | Peter Foley <pefoley@google.com> | Tue Oct 24 12:59:23 2023 -0400 |
tree | 4c3894fb453e83bf91c1b49d48deacbcc25129a5 | |
parent | 369824e77d71bff303677505892b6f0a88494d9f [diff] |
transporthandler: Split constants into a standalone header. In environments that disable exceptions, it's problematic to have headers that depend on exceptions being enabled. Split constant values out of transporthandler.hpp so that they can be re-used. Change-Id: If4ee8221f4350f1d63f87e3b7ced91472c52fad3 Signed-off-by: Peter Foley <pefoley@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