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
|
# this also turns off the debug/warning cxxflags
|
||||||
- CXXFLAGS="-O2 -Wunreachable-code"
|
- CXXFLAGS="-O2 -Wunreachable-code"
|
||||||
matrix:
|
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
|
- MAKEFLAGS="HAVE_RULES=yes" SRCDIR=build VERIFY=1
|
||||||
- SRCDIR=build VERIFY=1
|
- SRCDIR=build VERIFY=1
|
||||||
-
|
-
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
### * tools/matchcompiler.py
|
### * 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
|
```shell
|
||||||
$ cd path/to/cppcheck
|
$ cd path/to/cppcheck
|
||||||
$ make SRCDIR=build
|
$ make SRCDIR=build
|
||||||
|
|
Loading…
Reference in New Issue