commit | c329ceeaae9f2393867078ea2c3ae5687fcd31d7 | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Fri Sep 01 08:58:10 2023 -0700 |
committer | Willy Tu <wltu@google.com> | Tue Nov 07 00:11:29 2023 +0000 |
tree | 94a96f38f263b5d1eaef328cb03e01b4d30ee17a | |
parent | dbf66e1b49603a51c128e941d18759856d220bcf [diff] |
unpack: Support std::span as package arguments Change-Id: Iae594c0d1b10e96dd4fd1a83cdf60c0757f9f3bd Signed-off-by: Willy Tu <wltu@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