| commit | 0ad6d7862cdcf77ceb64c89ae7786d35d19eec2b | [log] [tgz] |
|---|---|---|
| author | Tom Joseph <rushtotom@gmail.com> | Mon Oct 27 14:40:32 2025 +0530 |
| committer | Tom Joseph <rushtotom@gmail.com> | Mon Oct 27 14:41:59 2025 +0530 |
| tree | a05e91cebdacc71ee94c91059098e14871025471 | |
| parent | 6b47d5a1da42dca58eff80c6f348eb4e719b427b [diff] |
Remove Tom from owners list Change-Id: I04447dd502d4a633234f9e20e9cdd609c74b2288 Signed-off-by: Tom Joseph <rushtotom@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