Fixed typo in travis script and tools/readme.md, no functional change.
This commit is contained in:
parent
5ee85ee88a
commit
bd242c07eb
|
@ -10,7 +10,7 @@ env:
|
|||
# this also turns off the debug/warning cxxflags
|
||||
- CXXFLAGS="-O2 -Wunreachable-code"
|
||||
matrix:
|
||||
# special CXXFLAGS for maximum speed, overrides global CXXFLAGS, CHECK_KERNEL is the var that controlls if we download and check the kernel in that travis job
|
||||
# special CXXFLAGS for maximum speed, overrides global CXXFLAGS, CHECK_KERNEL is the var that controls if we download and check the kernel in that travis job
|
||||
- MAKEFLAGS="HAVE_RULES=yes" SRCDIR=build VERIFY=1
|
||||
- SRCDIR=build VERIFY=1
|
||||
-
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
### * tools/matchcompiler.py
|
||||
|
||||
The matchcompiler.py is a build script that performs a few code transformations to *.cpp* files under the *lib* directory. These transformations are related to the use of `Token::Match()` function and are intented to improve code performance. The transformed files are saved on the *build* directory. This tool is silently used when building the code with `SRCDIR=build`, that is:
|
||||
The matchcompiler.py is a build script that performs a few code transformations to *.cpp* files under the *lib* directory. These transformations are related to the use of `Token::Match()` function and are intended to improve code performance. The transformed files are saved on the *build* directory. This tool is silently used when building the code with `SRCDIR=build`, that is:
|
||||
```shell
|
||||
$ cd path/to/cppcheck
|
||||
$ make SRCDIR=build
|
||||
|
|
Loading…
Reference in New Issue