Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V8 erroneously does null pointer checks on `this`. It can lead to a SIGSEGV crash if node is compiled with GCC 6. Enable -fno-delete-null-pointer-checks to circumvent this issue. Ref: nodejs#6272
- Loading branch information