Skip to content

Build crc32c as a shared library (GONRG-400)

Dzmitry Poloyko (EPAM) requested to merge feature/GONRG-402_optimize_build into master

Build crc32c as a shared library

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

Crc32c is created as a static library and unnecessary .a file is placed to binary output

What is the new/expected behavior?

Crc32c is created as a shared(dll) library without distributing of .a file

Have you added/updated Unit Tests and Integration Tests?

  • [NO]

Changes:

CMake build script for crc32c is updated.

Edited by Andrew K

Merge request reports