Skip to content

Always optimize cryptography functions #1011

@chfast

Description

@chfast

Optimize evmone_precompiles (or at least its hash functions) even for debug builds. Source code coverage reports for these are not very important and there are not many branches in the code anyway. But using not optimized hash functions slows down testing by a lot.

Use CMake's target_compile_options or set_source_files_properties and generator expressions to match compilers and build type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions