summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-22 10:37:06 -0400
committerDavid Robillard <d@drobilla.net>2022-08-22 10:37:06 -0400
commit9af08f7d2ae3b017fcbd7228aa0521ffda902802 (patch)
tree1ddbea6058ca4a2ef22e9c5dbc51a8a86fdb92f9
parentf9bc3f62b8e9522f3b0d732d46b96eda0ff2197b (diff)
downloadsuil-9af08f7d2ae3b017fcbd7228aa0521ffda902802.tar.gz
suil-9af08f7d2ae3b017fcbd7228aa0521ffda902802.tar.bz2
suil-9af08f7d2ae3b017fcbd7228aa0521ffda902802.zip
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
--------