supranational / blst

Multilingual BLS12-381 signature library
Apache License 2.0
458 stars 175 forks source link

geth/cgo: geth build failed -std=c99 #168

Closed godeamon closed 1 year ago

godeamon commented 1 year ago

https://github.com/ethereum/go-ethereum/issues/27440 this is geth build failed issue. Should we modify blst.go to add -std=c99 ?

godeamon commented 1 year ago

I upgraded the gcc version to 12, now it works.