You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mason users may need to rebuild packages from source using a different compiler than was used for the binary packages. To enable this we'll need to expose the CXX and CC option rather than hardcoding in the mason.sh.
This will need to play well with specific scripts that have specific compiler needs (like LLVM compiles itself with a specific clang++ version: should it respect the override?)
Mason users may need to rebuild packages from source using a different compiler than was used for the binary packages. To enable this we'll need to expose the
CXX
andCC
option rather than hardcoding in themason.sh
.This will need to play well with specific scripts that have specific compiler needs (like LLVM compiles itself with a specific clang++ version: should it respect the override?)
also related: #492
refs mapbox/carmen-cache#117 (comment)
The text was updated successfully, but these errors were encountered: