DLTcollab / dcurl

Hardware-accelerated Multi-threaded IOTA PoW, drop-in replacement for ccurl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No printf should be used for release build

jserv opened this issue · comments

The intension of dcurl is to accelerate PoW, and its execution is almost hidden from the perspective of deployment. Therefore, any message dumped by printf are useless for release build.

The message [dcurl] Implementation CPU (Intel AVX) is initialized successfully should only appear in debug build.