Skip to content

Commit

Permalink
Disable N-API by default (nodejs#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongin authored Mar 20, 2017
1 parent 7e2cbb9 commit 43dc439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ std::string icu_data_dir; // NOLINT(runtime/string)
#endif

// By default we accept N-API addons
bool load_napi_modules = true;
bool load_napi_modules = false;

// used by C++ modules as well
bool no_deprecation = false;
Expand Down

0 comments on commit 43dc439

Please sign in to comment.