commit | 3aaddc7b1d6e76ddf1a672bfb48c560dabd22c51 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Feb 11 20:19:49 2025 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Mar 27 17:29:26 2025 +0000 |
tree | 89384913a527763d8a5e779b6b9724f45a92b09e | |
parent | 0284491481fd2e75c3bbf75a1cadfc7232c97c1a [diff] |
generate_whitelist: adjust variable name Remove all references to `whitelist` in the variable naming in favor of `allowlist`. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Icfd536682cbdbb9ecf74d27e0fe028d98999084f
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