Update ccache.md
fix typo [skip ci]
This commit is contained in:
parent
8f88fcaf93
commit
d28edfce89
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ with the following content:
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
ccache clang++ -Qunused-arguments -fcolor-diagnostics "$@"
|
ccache clang++ -Qunused-arguments -fcolor-diagnostics "$@"
|
||||||
|
|
||||||
- ``-Qunused-arguments`` option is used to supprress "clang: warning:
|
- ``-Qunused-arguments`` option is used to suppress "clang: warning:
|
||||||
argument unused during compilation:" warning.
|
argument unused during compilation:" warning.
|
||||||
- ``-fcolor-diagnostics`` option is used to enable clang's colored
|
- ``-fcolor-diagnostics`` option is used to enable clang's colored
|
||||||
diagnostic messages.
|
diagnostic messages.
|
||||||
|
|
Loading…
Reference in a new issue