Skip to content

Commit e57770a

Browse files
author
Dane Springmeyer
committed
copy edits
1 parent 6b6e91a commit e57770a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,14 @@ Note: by default the build errors on compiler warnings. To disable this do:
5555
WERROR=false make
5656
```
5757

58-
Enable additional sanitizers to catch hard-to-find bugs, for example:
58+
Run tests locally with compile flags enabled to catch hard-to-find bugs (see [this PR](https://github.com/mapbox/node-cpp-skel/pull/85) for more info):
5959

6060
```shell
6161
make sanitize
6262
```
6363

64+
The sanitizers [are part of the compiler](https://github.com/mapbox/cpp/blob/master/glossary.md#sanitizers) are also run in a specific job on Travis.
65+
6466
# Add Custom Code
6567

6668
`node-cpp-skel` was designed to make adding custom code simple and scalable, to form to whatever usecase you may need. Here's how:

0 commit comments

Comments
 (0)