summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-22 10:34:54 -0400
committerDavid Robillard <d@drobilla.net>2022-08-22 10:42:44 -0400
commit019dd5a29198b30075a1b45dc7ff71f0b024f500 (patch)
treea50db59faa8a6ab21d9945f7b5b67da0e68d740e /INSTALL.md
parent4d2324d76a1fc3c30df779e4d26500483161ec89 (diff)
downloadlilv-019dd5a29198b30075a1b45dc7ff71f0b024f500.tar.gz
lilv-019dd5a29198b30075a1b45dc7ff71f0b024f500.tar.bz2
lilv-019dd5a29198b30075a1b45dc7ff71f0b024f500.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
--------