File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,14 @@ Note: by default the build errors on compiler warnings. To disable this do:
5555WERROR=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
6161make 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:
You can’t perform that action at this time.
0 commit comments