aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-22 10:35:54 -0400
committerDavid Robillard <d@drobilla.net>2022-08-22 10:42:49 -0400
commit833e5bab330379797568007671d77e80e58ae388 (patch)
tree3297bc10a39fd0561d30024505fe7c0f9f3cb956 /INSTALL.md
parentf4f9c9ec4c1031fc42af80642760a9138c3eaabc (diff)
downloadserd-833e5bab330379797568007671d77e80e58ae388.tar.gz
serd-833e5bab330379797568007671d77e80e58ae388.tar.bz2
serd-833e5bab330379797568007671d77e80e58ae388.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 7109c35d..903e6805 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
--------