BLAKE2 / libb2

C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
Creative Commons Zero v1.0 Universal
132 stars 47 forks source link

Fix build with distcc #31

Closed DarthGandalf closed 4 years ago

DarthGandalf commented 4 years ago

It also fixes a warning when building without distcc:

armv7a-unknown-linux-gnueabihf-gcc: warning: ../src/: linker input file unused because linking not done

https://bugs.gentoo.org/704044

sneves commented 4 years ago

Thanks. I do remember seeing this warning repeatedly, but didn't know what the issue was.