diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2020-08-15 19:45:31 +0200 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2020-08-22 18:57:05 +0200 |
| commit | 450155110c5d2be2cc54dcf9a0f8e2345da19434 (patch) | |
| tree | cceb6795957c932cb926cd65e83b22f0991e38b5 /docs/markdown/Configuring-a-build-directory.md | |
| parent | 7092efabb5a0488b694418c823463048ddbb310c (diff) | |
| download | meson-450155110c5d2be2cc54dcf9a0f8e2345da19434.tar.gz | |
Add C2x option support.
Diffstat (limited to 'docs/markdown/Configuring-a-build-directory.md')
| -rw-r--r-- | docs/markdown/Configuring-a-build-directory.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Configuring-a-build-directory.md b/docs/markdown/Configuring-a-build-directory.md index 330899f79..6081c35bf 100644 --- a/docs/markdown/Configuring-a-build-directory.md +++ b/docs/markdown/Configuring-a-build-directory.md @@ -60,7 +60,7 @@ sample output for a simple project. ------ ------------- --------------- ----------- c_args [] Extra arguments passed to the C compiler c_link_args [] Extra arguments passed to the C linker - c_std c99 [none, c89, c99, c11, c17, c18, gnu89, gnu99, gnu11, gnu17, gnu18] C language standard to use + c_std c99 [none, c89, c99, c11, c17, c18, c2x, gnu89, gnu99, gnu11, gnu17, gnu18, gnu2x] C language standard to use cpp_args [] Extra arguments passed to the C++ compiler cpp_debugstl false [true, false] STL debug mode cpp_link_args [] Extra arguments passed to the C++ linker |
