commit | 3808e55816cc5d25b894b4f8bed2e40b3f47a407 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Fri Jul 26 10:35:58 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Wed Oct 09 02:34:59 2024 +0000 |
tree | e5e216dfcfb0f733572dff974d71d0c20efd68a7 | |
parent | 7a34a6cae8534f602abbe3bfae0988ef50ac0c9f [diff] |
Optimize the response value of ipmiSetUserPassword method ipmiCCPasswdFailMismatch has been declared in usercommands.hpp, so there is no need to declare a static variable. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I1989c4674392544aaf736823c8b5f9b2ac7acefa
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