From 833e5bab330379797568007671d77e80e58ae388 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Aug 2022 10:35:54 -0400 Subject: Only run autoship test in strict mode --- INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'INSTALL.md') 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 -------- -- cgit v1.2.1