Project-OSRM / node-osrm

DEPRECATED Part of osrm-backend since 5.7. NodeJS bindings for OSRM
BSD 2-Clause "Simplified" License
141 stars 48 forks source link

Set GLIBCXX_USE_CXX11_ABI=0 #262

Closed springmeyer closed 8 years ago

springmeyer commented 8 years ago

Currently the mason packages node-osrm builds against are built with GLIBCXX_USE_CXX11_ABI=0. Setting this same value in the osrm-backend and node-osrm build ensures we are consistently building against the same libstdc++ ABI and protects against compilers or systems with alternative defaults.

Note: In the future we can easily move to GLIBCXX_USE_CXX11_ABI=1 if mason packages are available and built with that setting.

codecov-io commented 8 years ago

Current coverage is 0.00% (diff: 100%)

No coverage report found for master at 02153df.

Powered by Codecov. Last update 02153df...7380681