diff options
-rw-r--r-- | docs/meson.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/meson.html b/docs/meson.html index f52ec08fbbf..d5d44b44900 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -192,6 +192,7 @@ in using them. <code>-D${lang}_link_args</code>. Among the benefits of these options is that they are guaranteed to persist across rebuilds and reconfigurations. </p> +<p> This example sets -fmax-errors for compiling C sources and -DMAGIC=123 for C++ sources: </p> |