aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2020-11-20 05:13:20 -0500
committerThanos <tmakatos@gmail.com>2020-11-20 10:34:13 +0000
commitdfb0a9b4e2e86f840daf843b5f68f4fdf94ca536 (patch)
tree8dca00c0410c0d17099863ba0051c57b117fe3ea /README.md
parent43ef395e5b9c52c282cdebb7c97070f9ac82693f (diff)
downloadlibvfio-user-dfb0a9b4e2e86f840daf843b5f68f4fdf94ca536.zip
libvfio-user-dfb0a9b4e2e86f840daf843b5f68f4fdf94ca536.tar.gz
libvfio-user-dfb0a9b4e2e86f840daf843b5f68f4fdf94ca536.tar.bz2
document how to create release build
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 15b9895..cad9b36 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,10 @@ Just do:
make && make install
+By default a debug build is created, to create a release build do:
+
+ make BUILD_TYPE=rel
+
The kernel headers are necessary because VFIO structs and defines are reused.
To enable Python bindings set the PYTHON_BINDINGS environment variable to a
non-empty string.