commit | 68d9d40530351e3f3db2c00a25969b0efc9fbe3f | [log] [tgz] |
---|---|---|
author | Matt Simmering <matthew.simmering@intel.com> | Thu Nov 09 14:22:11 2023 -0800 |
committer | Matt Simmering <matthew.simmering@intel.com> | Mon Nov 20 15:13:49 2023 -0800 |
tree | f26ba7f14d264dbe62546d0ffbe405906aced450 | |
parent | e70c59b8761480daf57e3be962f5f36cc9dfcbfa [diff] |
Update terminology used within repo Update the terms to more inclusive language. This change if only for variables used in the repo. Change-Id: I5151c9c2efab707b5dbc707e55333a3cb8c4e32b Signed-off-by: Matt Simmering <matthew.simmering@intel.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