commit | 01bc0bf6b15fa3dcd8904bea6c9e40c502d0230f | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Dec 07 10:49:32 2022 -0600 |
committer | William A. Kennington III <wak@google.com> | Fri Dec 09 10:18:43 2022 +0000 |
tree | aca0633f2de49c1a5fa08b0f88e747df475e707b | |
parent | 1f6cd3bce8330a8147e002e2fbf6d33e33f38e68 [diff] |
clang-ignore: remove unneeded file openbmc-build-scripts by default uses git-ls-files and so does meson. There is no reason to add untracked files into the .clang-ignore. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I915bea3378c3ebf53956d0ddfbcd493f6b06947d
gpioplus is a c++ wrapper around the linux gpio ioctl interface. It aims to provide c++ ergonomics to the usage.
For a standard release build, you want something like:
meson setup -Dexamples=false -Dtests=disabled builddir ninja -C builddir ninja -C builddir install
For a test / debug build, a typical configuration is
meson setup -Dtests=enabled builddir meson test -C builddir