commit | 8f4717c565842f90c84d835fc12d94956a54e469 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Thu Jul 03 09:22:34 2025 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Fri Jul 04 00:24:16 2025 +0000 |
tree | de69cc33b6c4abf97a483e39a716a590f088fc00 | |
parent | f2807ede1f1836a028f190b8cf15140a236a7e4e [diff] |
chassishandler: Remove C-style CC and Cmd The C-style code has been gradually deprecated, so this commit declares CC and Cmd as C++ style. Change-Id: I0405454e8a341bef3ef31bed271b3cd8dd26f9aa Signed-off-by: George Liu <liuxiwei@ieisystem.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