diff options
author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-05-02 20:55:49 -0400 |
---|---|---|
committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-05-03 16:20:51 -0400 |
commit | b80d40c287789ec0cb430842923a0254c86a6150 (patch) | |
tree | 1959e740245042340aff6d6ea96f80d8a75c95f1 /docs/markdown/howtox.md | |
parent | 492e281c0e5a4ff01e15af220bff21acaaa7f90d (diff) | |
download | meson-b80d40c287789ec0cb430842923a0254c86a6150.zip meson-b80d40c287789ec0cb430842923a0254c86a6150.tar.gz meson-b80d40c287789ec0cb430842923a0254c86a6150.tar.bz2 |
doc: Capitalize things more consistently.
Upper or lower case depending on the official spelling, or the more
consistent usage.
Diffstat (limited to 'docs/markdown/howtox.md')
-rw-r--r-- | docs/markdown/howtox.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/howtox.md b/docs/markdown/howtox.md index c765853..fbe1556 100644 --- a/docs/markdown/howtox.md +++ b/docs/markdown/howtox.md @@ -93,7 +93,7 @@ The coverage report can be found in the meson-logs subdirectory. ## Add some optimization to debug builds ## -By default the debug build does not use any optimizations. This is the desired approach most of the time. However some projects benefit from having some minor optimizations enabled. Gcc even has a specific compiler flag `-Og` for this. To enable its use, just issue the following command. +By default the debug build does not use any optimizations. This is the desired approach most of the time. However some projects benefit from having some minor optimizations enabled. GCC even has a specific compiler flag `-Og` for this. To enable its use, just issue the following command. ```console $ mesonconf -Dc_args=-Og |