summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-22 11:01:48 -0400
committerDavid Robillard <d@drobilla.net>2022-08-22 11:01:48 -0400
commit9cf7d1b3ca055fcfadc34bd269ef5f7227e155d8 (patch)
treea225211663d16db5795d98b6256b0261c2eb20d4 /INSTALL.md
parent5d32959f829725e0e059d55329bce69764618c22 (diff)
downloadraul-9cf7d1b3ca055fcfadc34bd269ef5f7227e155d8.tar.gz
raul-9cf7d1b3ca055fcfadc34bd269ef5f7227e155d8.tar.bz2
raul-9cf7d1b3ca055fcfadc34bd269ef5f7227e155d8.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 abdf7ca..96c4a60 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 -Dcpp_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
--------