commit | 851341170bd362942c589b7ebc58e36c6744a46b | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Fri Aug 23 16:51:28 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Mon Aug 26 17:33:53 2024 +0800 |
tree | a48397c648d789b16bb4c462b81b77214c3505ce | |
parent | 656ae3c5e0ee6c839944b63e4745b34870e0ec69 [diff] |
Fix defaulted-function-deleted warning error: ``` ../settings.hpp:29:42: note: replace 'default' with 'delete' 29 | Objects& operator=(const Objects&) = default; | ^~~~~~~ | delete ``` Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ib2326f58aad1b8c296668a69ac8fa165954ea942
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