Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #863: using clang as the default compiler for runtime
Currently, we use gcc for building the runtime, and clang for building the final executable when `encorec` is invoked. However, using two compilers is not only unnecessary but error-prone as well. 465 is another bug related to using gcc, so let's use clang in the whole build stack from now.
- Loading branch information