Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This macro needs to match between Node.js and addons that use C++ standard library types whose ABI differs (e.g. `std::string`). Therefore, a value for this should be specified in `common.gypi`. (Currently, the 32-bit ARM builds use this ABI, and other platforms don’t. It might also be possible to set this value to `0` instead, it’s only important that *a* value is specified.) Refs: https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html PR-URL: #36634 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
- Loading branch information