commit | e0ca47cdca132ba628f03acbed9231ce31fe7586 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Apr 16 13:47:32 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Apr 16 13:47:38 2021 -0700 |
tree | cc5e08c53dab0d989c77d38c2a3efa9aeb6641f1 | |
parent | 6398d72821ef568ffbde359e8e6d90c767a79c6c [diff] |
meson: Remove werror override Change-Id: Iffcfab4611747ad9a5592e4e66f66b851ef54cc4 Signed-off-by: William A. Kennington III <wak@google.com>
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