Build crc32c as a shared library (GONRG-400)
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