I'm trying to build node v0.11.12-release with the --harmony-generators
flag defaulted to always on. I thought I'd be able edit this line to have the value true
, but when I do that I get the below error whenever I run node.
Extension or internal compilation error.
Segmentation fault: 11
line I tried to edit: deps/v8/src/flag-definitions.h
DEFINE_bool(harmony_generators, true, "enable harmony generators")
Any ideas? Thanks a lot.