commit | 56c04e2c9815239d2a841c3a734152cbddc1e72c | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Mar 03 11:19:13 2025 -0500 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Mar 06 03:45:26 2025 -0600 |
tree | 72825245573b44b15cb5e2997f912a10b39aef7e | |
parent | ce3e487a45d281146a2f228c143b707bc3388420 [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