aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-22 10:48:16 -0400
committerDavid Robillard <d@drobilla.net>2022-08-22 10:49:28 -0400
commit9f8cb2ba0da3dec1dcb136972e06621c16c6c274 (patch)
treeaf97356caf1ee03b2819a99c9c4d64b7cc4ab808 /INSTALL.md
parentc5a6e53b41feb5201ce88a0ec1c72fa7cd5e2bcf (diff)
downloadjalv-9f8cb2ba0da3dec1dcb136972e06621c16c6c274.tar.gz
jalv-9f8cb2ba0da3dec1dcb136972e06621c16c6c274.tar.bz2
jalv-9f8cb2ba0da3dec1dcb136972e06621c16c6c274.zip
Only run autoship test 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
--------