codecryptanalysis / mccl

modular code cryptanalysis library
MIT License
8 stars 3 forks source link

Clang support #8

Closed vvasseur closed 2 years ago

vvasseur commented 2 years ago

The project does not compile with clang. I attached the output I got when I ran

CC=clang CXX=clang++ ./configure
make

clang version 13.0.0

clang.log

cr-marcstevens commented 2 years ago

I think it should be fixed now.

Additionally GitHub Actions should run checks for both ubuntu & macos with both gcc & clang for any future commits.