diff options
author | Erik Faye-Lund <[email protected]> | 2019-04-18 16:13:44 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-05-02 11:09:16 +0000 |
commit | 8ef86c92406cc1ab593b0b80a6a641927d0c39d8 (patch) | |
tree | cf2785e747bc3bfec01a15e42234b38d81d315fb /docs/meson.html | |
parent | 41573d486fb933012ffb411b49b5cb56b3605865 (diff) |
docs: start paragraph before closing it
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/meson.html')
-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> |