iotaledger / ccurl.interface.py

A python interface to load ccurl library and perform PoW locally.
MIT License
6 stars 3 forks source link

Remove DEBUG symbols from Ccurl lib #12

Closed lzpap closed 4 years ago

lzpap commented 5 years ago

By default, Ccurl lib is built with debug symbols, that are not relevant when using the shared library with PyOTA-PoW. Delete debug symbols in init.sh script from source files.