skalenetwork / skaled

Running more than 20 production blockchains, SKALED is Ethereum-compatible, high performance C++ Proof-of-Stake client, tools and libraries. Uses SKALE consensus as a blockchain consensus core. Includes dynamic Oracle. Implements file storage and retrieval as an EVM extension.
https://skale.network
GNU General Public License v3.0
85 stars 39 forks source link

Remove debug library builds from release #1900

Open kladkogex opened 4 months ago

kladkogex commented 4 months ago

It looks like the release build includes some libraries in debug (ZeroMQ) mode.

This needs to be fixed since it may affects performance

We need a check at the end of the build that the executable does not have debug symbols

image

dimalit commented 1 month ago

Stan, we use RelsWithDeb info build type, so debug symbols are expected.