Skip to content

src: allow --interpreted-frames-native-stack in NODE_OPTIONS

We have --perf-basic-prof and family in NODE_OPTIONS, but these flags might not give the desired result without --interpreted-frames-native-stack, thus adding this flag in NODE_OPTIONS as well makes sense.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading