diff options
author | David Robillard <d@drobilla.net> | 2022-08-22 10:37:06 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-08-22 10:37:06 -0400 |
commit | 9af08f7d2ae3b017fcbd7228aa0521ffda902802 (patch) | |
tree | 1ddbea6058ca4a2ef22e9c5dbc51a8a86fdb92f9 | |
parent | f9bc3f62b8e9522f3b0d732d46b96eda0ff2197b (diff) | |
download | suil-9af08f7d2ae3b017fcbd7228aa0521ffda902802.tar.gz suil-9af08f7d2ae3b017fcbd7228aa0521ffda902802.tar.bz2 suil-9af08f7d2ae3b017fcbd7228aa0521ffda902802.zip |
Add note about developer-only configuration options
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -41,6 +41,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 -------- |