diff options
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 -------- |