You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our opam file will require clang for now (see PR #62 ) , as gcc is usually too slow and we barely tested CompCert's ccomp AFAIK.
We should add a Coq option to choose which C compiler to use (for Eval/Run) and use the same one in the Makefiles.
Probably we need CI tests for all three as well.
The text was updated successfully, but these errors were encountered:
Our opam file will require clang for now (see PR #62 ) , as gcc is usually too slow and we barely tested CompCert's ccomp AFAIK.
We should add a Coq option to choose which C compiler to use (for Eval/Run) and use the same one in the Makefiles.
Probably we need CI tests for all three as well.
The text was updated successfully, but these errors were encountered: