summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-08 11:50:48 -0400
committerDavid Robillard <d@drobilla.net>2022-09-08 11:50:48 -0400
commita0293511f4d82d7cb800f568ff5c0d82be5c40c7 (patch)
tree7b3dd1ec2eb72d90ed4fc195633ce6f662f43f5f /INSTALL.md
parentafc6ef7e54988fd68f33df21ec2a220e6bfc49f4 (diff)
downloadzix-a0293511f4d82d7cb800f568ff5c0d82be5c40c7.tar.gz
zix-a0293511f4d82d7cb800f568ff5c0d82be5c40c7.tar.bz2
zix-a0293511f4d82d7cb800f568ff5c0d82be5c40c7.zip
Only run autoship and reuse tests in strict mode
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 7109c35..903e680 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -39,6 +39,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
--------