commit | c84add583a4989f2c1f4b950a0a204111afd3723 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Fri Mar 07 22:14:57 2025 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Mar 13 23:54:27 2025 -0500 |
tree | f6d503e6ae70e0f57cbb8bb2bfd67d016938f072 | |
parent | 13d938cdbef3f744fc0ddabe5198f4ad7a304eee [diff] |
clang-tidy: rename mako file extesnsion Renamed mako.cpp to cpp.mako to prevent clang-tidy from running checks on this file. Also updated build scripts to accommodate the new file extension. Change-Id: I2ad35ec653cb3ebf684ddd0ba697a966fe7ed540 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.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