aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorlzutao <taolzu@gmail.com>2018-12-13 15:11:53 +0700
committerXavier Claessens <xclaesse@gmail.com>2018-12-13 11:22:02 -0500
commitc208e81e1a47b54a1efb536e164b06275ddd7cd9 (patch)
tree3f6c9d40fc6d7e3b3e70e6e7ba223d338f0551d9 /docs
parent99e77cf48dccb7bc01cf02e38b85f61bebfc22cf (diff)
downloadmeson-c208e81e1a47b54a1efb536e164b06275ddd7cd9.zip
meson-c208e81e1a47b54a1efb536e164b06275ddd7cd9.tar.gz
meson-c208e81e1a47b54a1efb536e164b06275ddd7cd9.tar.bz2
Format Compiler and linker flag table [skip ci]
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Reference-tables.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md
index 0de1893..fa913f5 100644
--- a/docs/markdown/Reference-tables.md
+++ b/docs/markdown/Reference-tables.md
@@ -117,6 +117,8 @@ These are the parameter names for passing language specific arguments to your bu
These environment variables will be used to modify the compiler and
linker flags.
+| Name | Comment |
+| ----- | ------- |
| CFLAGS | Flags for the C compiler |
| CXXFLAGS | Flags for the C++ compiler |
| OBJCFLAGS | Flags for the Objective C compiler |