morganstanley / hobbes

A language and an embedded JIT compiler
http://hobbes.readthedocs.io/
Apache License 2.0
1.16k stars 105 forks source link

clang: build on Linux #385

Closed smunix closed 3 years ago

smunix commented 3 years ago

It turns out building with Clang is a lot stricter than gcc with error process in C++.This fixes #384 , while also moving all of our CI builds to use clang by default.