projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41573d4
)
docs: start paragraph before closing it
author
Erik Faye-Lund
<erik.faye-lund@collabora.com>
Thu, 18 Apr 2019 14:13:44 +0000
(16:13 +0200)
committer
Erik Faye-Lund
<erik.faye-lund@collabora.com>
Thu, 2 May 2019 11:09:16 +0000
(11:09 +0000)
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
docs/meson.html
patch
|
blob
|
history
diff --git
a/docs/meson.html
b/docs/meson.html
index f52ec08fbbf83cd228ce562b9939aca975bce038..d5d44b44900fdb8ebc241fc8e06dce9fb5cef93a 100644
(file)
--- 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>