commit | ed6f460d4ef96c91db82e242ed82c9ea30ea8517 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Aug 25 16:44:06 2023 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Mon Aug 28 16:58:23 2023 +0000 |
tree | bd7ed6ca7e5242eab9db2a1e0d233ecf575a8658 | |
parent | b24113032453cbb7f3eda20869428b6021e38a7e [diff] |
Fix for g++-13 g++-13 is complaining about a variable that may be getting used prior to initialization. This is a false alarm, since the only 'using' that the variable gets is assignment, but it is simple enough to provide a default constructor to get rid of the warning. Change-Id: I3312149f32a9a605b522eb6f1f8d9afb982fb3c6 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.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