commit | 3ad197160a5845de3760aa82aa586228f61d19f5 | [log] [tgz] |
---|---|---|
author | Lei YU <yulei.sh@bytedance.com> | Mon Jan 27 05:23:03 2025 +0000 |
committer | Vernon Mauery <vernon.mauery@gmail.com> | Tue Mar 18 15:54:22 2025 +0000 |
tree | 76ec124e2b5800592701f4bf77aa771b57828626 | |
parent | 9706bc8d269accb99ec9ada035838f28db441f97 [diff] |
Fix clang++ warnings To enable clang-tidy, fix the build warnings by clang++. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I4a1e8dd897f631493e9600267b3b9b999cda902b
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