aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/howtox.md
diff options
context:
space:
mode:
authorLuis Menina <luis.menina@external.softbankrobotics.com>2017-10-23 11:23:58 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2017-10-23 18:43:04 +0200
commit36eb7bf0aaec8428299927b1131341d903df2670 (patch)
tree9133a224ad55c554b515464f236ca6771e8a01b5 /docs/markdown/howtox.md
parentbe36b0554484f3c015195ecd4199060cf71fd0b1 (diff)
downloadmeson-36eb7bf0aaec8428299927b1131341d903df2670.zip
meson-36eb7bf0aaec8428299927b1131341d903df2670.tar.gz
meson-36eb7bf0aaec8428299927b1131341d903df2670.tar.bz2
docs: Markdown headers don't need trailing hash signs
This is a cosmetic change because github seems to interpret those correctly. Nonetheless, it adds unnecessary noise and makes people modifying the pages think it might be needed. See syntax guide at https://guides.github.com/features/mastering-markdown/
Diffstat (limited to 'docs/markdown/howtox.md')
-rw-r--r--docs/markdown/howtox.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/howtox.md b/docs/markdown/howtox.md
index 2dd5ddf..e5c03ce 100644
--- a/docs/markdown/howtox.md
+++ b/docs/markdown/howtox.md
@@ -97,7 +97,7 @@ $ ninja coverage-html (or coverage-xml)
The coverage report can be found in the meson-logs subdirectory.
-## Add some optimization to debug builds ##
+## 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.