Building hail currently fails on GCC-8 (GH Issue), due to our use of -Werror in CXXFLAGS. Upgrading to version 2.1 solves this issue.
-Werror
CXXFLAGS
I already have a prototype branch here that compiles and passes tests on my local machine.
Thoughts?