status-im / nim-blscurve

Nim implementation of BLS signature scheme (Boneh-Lynn-Shacham) over Barreto-Lynn-Scott (BLS) curve BLS12-381
Apache License 2.0
26 stars 11 forks source link

CI: refactor Nim compiler building #109

Closed stefantalpalaru closed 3 years ago

stefantalpalaru commented 3 years ago

and move from the broken Mingw-w64 link to MSYS2

stefantalpalaru commented 3 years ago

The C++ backend is broken, so I commented it out.

arnetheduck commented 3 years ago

since you're changing this, can you build the compiler with lto? should help with compile times a bit

stefantalpalaru commented 3 years ago

Worth benchmarking.