phaistos-networks / TANK

A very high performance distributed log service
Apache License 2.0
938 stars 70 forks source link

use clang on alpine:edge #56

Closed rkrambovitis closed 6 years ago

rkrambovitis commented 6 years ago

Would not compile with g++ included with alpine, even edge version. clang does work, but relies on libraries included with g++ installation, so now compiler is a little more bloated, but it's compiled with clang (yay) :)