aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.