CompileFlags:
  # Treat code as C++, use C++14 standard, enable more warnings.
  Add: [-xc++, -std=c++14, -Wall, -Wno-missing-prototypes]
