aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-22 10:35:33 -0400
committerDavid Robillard <d@drobilla.net>2022-08-22 10:35:33 -0400
commit6c0fa76a332278728e2039dd026454014cb0510d (patch)
treec051e2cdd11ac7cb9515ccdeb12a070497ea8a9f
parent58d0fa9e2f0b0f58a1af91a4174dd11300226d12 (diff)
downloadlv2-6c0fa76a332278728e2039dd026454014cb0510d.tar.xz
Add note about developer-only configuration options
-rw-r--r--INSTALL.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 400391f..37ec9e8 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -41,6 +41,10 @@ Options can be set by passing C-style "define" options to `configure`:
meson configure -Dc_args="-march=native" -Dprefix="/opt/mypackage/"
+Note that some options, such as `strict` and `werror` are for
+developer/maintainer use only. Please don't file issues about anything that
+happens when they are enabled.
+
Building
--------