commit | 69b4c2811a262094addab680c925e63dd3468440 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Mar 03 11:19:13 2025 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Mar 12 22:26:28 2025 +0000 |
tree | 1452e28ffbe0014e3187b189846a529bd07da36e | |
parent | 5087b0753b5ce2ce8f2de5d287ea4d9946fb8420 [diff] |
clang-format: update latest spec and reformat Copy the latest format file from the docs repository and apply. Change-Id: Ic23653be3ed404980fd0e723d9ed8354e2b32579 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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