mapbox / node-or-tools

Node.js bindings for or-tools vehicle routing problems
MIT License
147 stars 48 forks source link

Build Debug Bindings for NPM #24

Open daniel-j-h opened 7 years ago

daniel-j-h commented 7 years ago

In https://github.com/mapbox/node-or-tools/pull/23 we switched to statically linking against upstream libortools.a and more importantly strip out debug symbols here. What we should do is build debug binaries for npm which link against libortools.a with debug symbols not stripped out.

Tasks:

cc @karenzshea