Closed justsmth closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.52%. Comparing base (
c358484
) to head (6709e7c
). Report is 78 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Problem
AWS_LC_SYS_CMAKE_BUILDER=1
environment variable set experience build failures due to GCC lacking support for the-ffile-prefix-map=
option.Description of changes:
-ffile-prefix-map=
for the CMake builder until we have a better solution.-msse2
compiler option onx86
builds that use the "cc" builder.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.