catid / wirehair

Wirehair : O(N) Fountain Code for Large Data
http://wirehairfec.com
BSD 3-Clause "New" or "Revised" License
268 stars 56 forks source link

wirehair compiler error #29

Closed danieagle closed 3 years ago

danieagle commented 3 years ago

Hi!

First Very Very Thanks for this lib.

The full error report is in here

my system is AMD64 Linux Ubuntu 20.4 LTS gcc-10.2 g++-10.2.

Very Very Very Thanks in Advance!

Best Whishes, Daniel.

danieagle commented 3 years ago

Hi!

the errors are because dont have otimization flags. cmake -DCMAKE_BUILD_TYPE=Release .. or cmake -DCMAKE_BUILD_TYPE=Debug .. make the trick :-)

note for others types of makefile beyond cmake: you need add a(n) flag(s) allowing otimization to allow inline suceed. :-)

Very Very Very Thanks and Thanks! Best Wishes, Daniel.