cmake-js / fastcall

fastcall - Fast, dyncall based foreign function interface library for Node.js
https://www.npmjs.com/package/fastcall
Other
202 stars 14 forks source link

Build and packaging fixes #39

Closed dananderson closed 6 years ago

dananderson commented 6 years ago

rex.js exports matchType twice, causing problems with rollup. Removed the unused version.

-march=native crashes gcc on Raspian Jessie. Added an env variable to override arch.