HomeClusterLabs Projects

Build: libcrmcommon: Add -fno-builtin -fno-inline for libcrmcommon_test.a.

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Build: libcrmcommon: Add -fno-builtin -fno-inline for libcrmcommon_test.a.

Our unit tests using a mocked version of strdup were failing on RHEL7
because gcc was still emitting its own code instead of using the mocked
version. All other test cases were fine. Adding these two arguments
fixes things, and we should probably have been doing this all along.

Details

Provenance
clumensAuthored on Aug 10 2022, 3:29 PM

Commit No Longer Exists

This commit no longer exists in the repository.