mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-04-07 11:07:00 +00:00
Try with clang++ instead
This commit is contained in:
parent
4e71c40f54
commit
2afd0bf31b
@ -28,6 +28,8 @@ install:
|
||||
export CXXFLAGS="--coverage -g";
|
||||
export CFLAGS="--coverage -g";
|
||||
export LDFLAGS="--coverage";
|
||||
elif [[ $(uname -s) == 'Linux' ]]; then
|
||||
export CXX=clang++;
|
||||
fi;
|
||||
- make
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user