cda-group / arc

Programming Language for Continuous Deep Analytics
https://cda-group.github.io/arc/
44 stars 6 forks source link

Increase ccache maxsize to 20G #280

Closed segeljakt closed 3 years ago

segeljakt commented 3 years ago

Addresses #277

frej commented 3 years ago

To speed up the build set BUILD_FLAVOUR=Release A2M_ASSERTS="1" when executing arc-mlir-build. That will drastically speed up linking, but still check assertions. The less understandable backtraces won't be a problem as we are not debugging on the CI machine.